Explorar o código

[SecurityBundle] fixed typo in tests

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
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');
     }