Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit b91f5bc

Browse files
authored
remove unneeded tearDown method
1 parent e43aa53 commit b91f5bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Guard/Tests/Authenticator/FormLoginAuthenticatorTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,6 @@ protected function setUp()
134134
->setDefaultSuccessRedirectUrl(self::DEFAULT_SUCCESS_URL)
135135
;
136136
}
137-
138-
protected function tearDown()
139-
{
140-
$this->request = null;
141-
$this->requestWithSession = null;
142-
}
143137
}
144138

145139
class TestFormLoginAuthenticator extends AbstractFormLoginAuthenticator

0 commit comments

Comments
 (0)