Quellcode durchsuchen

[SecurityBundle] fixed typo in tests

Fabien Potencier vor 14 Jahren
Ursprung
Commit
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');
     }