Skip to content

Commit

Permalink
Merge branch '5.1' into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Nov 1, 2020
2 parents b44c22b + e9d11fd commit 63d71a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tests/Authenticator/FormLoginAuthenticatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ class FormLoginAuthenticatorTest extends TestCase
private $requestWithSession;
private $authenticator;

const LOGIN_URL = 'http://login';
const DEFAULT_SUCCESS_URL = 'http://defaultsuccess';
const CUSTOM_SUCCESS_URL = 'http://customsuccess';
private const LOGIN_URL = 'http://login';
private const DEFAULT_SUCCESS_URL = 'http://defaultsuccess';

public function testAuthenticationFailureWithoutSession()
{
Expand Down

0 comments on commit 63d71a7

Please sign in to comment.