Ver código fonte

[Profiler] Fix a typo

Victor Berchet 14 anos atrás
pai
commit
2740e105e1

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

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