From feba3816dc716c10908fab533ca045a97a5ca5ed Mon Sep 17 00:00:00 2001 From: Darryl Hein Date: Sat, 27 Oct 2018 15:32:49 -0600 Subject: [PATCH] remove unneeded tearDown method --- .../Tests/Authenticator/FormLoginAuthenticatorTest.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php b/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php index b6187f2e37..58f5a5e88f 100644 --- a/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php +++ b/src/Symfony/Component/Security/Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php @@ -134,12 +134,6 @@ class FormLoginAuthenticatorTest extends TestCase ->setDefaultSuccessRedirectUrl(self::DEFAULT_SUCCESS_URL) ; } - - protected function tearDown() - { - $this->request = null; - $this->requestWithSession = null; - } } class TestFormLoginAuthenticator extends AbstractFormLoginAuthenticator