소스 검색

[Profiler] Fix a typo

Victor Berchet 14 년 전
부모
커밋
2740e105e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);