Преглед изворни кода

[SecurityBundle] fixed typo in tests

Fabien Potencier пре 14 година
родитељ
комит
20a704431e

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