Explorar o código

[Profiler] Fix a typo

Victor Berchet %!s(int64=14) %!d(string=hai) anos
pai
achega
2740e105e1

+ 1 - 1
tests/Symfony/Tests/Component/HttpKernel/Profiler/ProfilerTest.php

@@ -31,7 +31,7 @@ class ProfilerTest extends \PHPUnit_Framework_TestCase
             @unlink($tmp);
             @unlink($tmp);
         }
         }
         $storage = new SQLiteProfilerStorage($tmp);
         $storage = new SQLiteProfilerStorage($tmp);
-        $storage->purge(true);
+        $storage->purge();
 
 
         $profiler = new Profiler($storage);
         $profiler = new Profiler($storage);
         $profiler->add($collector);
         $profiler->add($collector);