浏览代码

[SecurityBundle] fixed typo in tests

Fabien Potencier 14 年之前
父节点
当前提交
20a704431e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php

+ 1 - 1
src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php

@@ -64,7 +64,7 @@ class LocalizedRoutesAsPathTest extends WebTestCase
 
     protected function tearDown()
     {
-        parent::setUp();
+        parent::tearDown();
 
         $this->deleteTmpDir('StandardFormLogin');
     }