Bläddra i källkod

[Profiler] Fix a typo

Victor Berchet 14 år sedan
förälder
incheckning
2740e105e1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tests/Symfony/Tests/Component/HttpKernel/Profiler/ProfilerTest.php

+ 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);