Skip to content

Commit

Permalink
Test to prevent a future regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Mar 5, 2020
1 parent 3d9ef9b commit 3f85473
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -238,7 +238,7 @@ public function getUserChangesAdvancedUser()
*/
public function testSetUserDoesNotSetAuthenticatedToFalseWhenUserDoesNotChange($user)
{
$token = new ConcreteToken();
$token = new ConcreteToken(['ROLE_FOO']);
$token->setAuthenticated(true);
$this->assertTrue($token->isAuthenticated());

Expand Down

0 comments on commit 3f85473

Please sign in to comment.