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 1cc7909 commit 38c150cCopy full SHA for 38c150c
Tests/Authorization/Voter/AuthenticatedVoterTest.php
@@ -67,8 +67,6 @@ public function provideAttributes()
67
{
68
yield [AuthenticatedVoter::IS_AUTHENTICATED_FULLY, true];
69
yield [AuthenticatedVoter::IS_AUTHENTICATED_REMEMBERED, true];
70
- yield [AuthenticatedVoter::IS_AUTHENTICATED_ANONYMOUSLY, true];
71
- yield [AuthenticatedVoter::IS_ANONYMOUS, true];
72
yield [AuthenticatedVoter::IS_AUTHENTICATED, true];
73
yield [AuthenticatedVoter::IS_IMPERSONATOR, true];
74
yield [AuthenticatedVoter::IS_REMEMBERED, true];
0 commit comments