@@ -64,4 +64,11 @@ class FormLoginTest extends WebTestCase
$this->deleteTmpDir('StandardFormLogin');
}
+
+ protected function tearDown()
+ {
+ parent::tearDown();
+ $this->deleteTmpDir('StandardFormLogin');
+ }
@@ -33,4 +33,18 @@ class SecurityRoutingIntegrationTest extends WebTestCase
$this->assertNotEquals(404, $client->getResponse()->getStatusCode());
+ protected function setUp()
+ parent::setUp();