Skip to content

Commit 2671aff

Browse files
committed
Set constant visibility in tests to private where possible.
1 parent 872a648 commit 2671aff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/Authenticator/FormLoginAuthenticatorTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ class FormLoginAuthenticatorTest extends TestCase
2929
private $requestWithSession;
3030
private $authenticator;
3131

32-
const LOGIN_URL = 'http://login';
33-
const DEFAULT_SUCCESS_URL = 'http://defaultsuccess';
34-
const CUSTOM_SUCCESS_URL = 'http://customsuccess';
32+
private const LOGIN_URL = 'http://login';
33+
private const DEFAULT_SUCCESS_URL = 'http://defaultsuccess';
3534

3635
public function testAuthenticationFailureWithoutSession()
3736
{

0 commit comments

Comments
 (0)