Skip to content

Commit 38c150c

Browse files
committed
fix merge
1 parent 1cc7909 commit 38c150c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/Authorization/Voter/AuthenticatedVoterTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ public function provideAttributes()
6767
{
6868
yield [AuthenticatedVoter::IS_AUTHENTICATED_FULLY, true];
6969
yield [AuthenticatedVoter::IS_AUTHENTICATED_REMEMBERED, true];
70-
yield [AuthenticatedVoter::IS_AUTHENTICATED_ANONYMOUSLY, true];
71-
yield [AuthenticatedVoter::IS_ANONYMOUS, true];
7270
yield [AuthenticatedVoter::IS_AUTHENTICATED, true];
7371
yield [AuthenticatedVoter::IS_IMPERSONATOR, true];
7472
yield [AuthenticatedVoter::IS_REMEMBERED, true];

0 commit comments

Comments
 (0)