We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872a648 commit 2671affCopy full SHA for 2671aff
Tests/Authenticator/FormLoginAuthenticatorTest.php
@@ -29,9 +29,8 @@ class FormLoginAuthenticatorTest extends TestCase
29
private $requestWithSession;
30
private $authenticator;
31
32
- const LOGIN_URL = 'http://login';
33
- const DEFAULT_SUCCESS_URL = 'http://defaultsuccess';
34
- const CUSTOM_SUCCESS_URL = 'http://customsuccess';
+ private const LOGIN_URL = 'http://login';
+ private const DEFAULT_SUCCESS_URL = 'http://defaultsuccess';
35
36
public function testAuthenticationFailureWithoutSession()
37
{
0 commit comments