File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Tests/Authentication/Provider Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2929use Symfony \Component \Security \Core \User \UserInterface ;
3030use Symfony \Component \Security \Core \User \UserProviderInterface ;
3131
32+ /**
33+ * @group legacy
34+ */
3235class DaoAuthenticationProviderTest extends TestCase
3336{
3437 use ExpectDeprecationTrait;
3538
36- /**
37- * @group legacy
38- */
3939 public function testRetrieveUserWhenProviderDoesNotReturnAnUserInterface ()
4040 {
4141 $ this ->expectException (AuthenticationServiceException::class);
@@ -53,9 +53,6 @@ public function testRetrieveUserWhenProviderDoesNotReturnAnUserInterface()
5353 $ method ->invoke ($ provider , 'fabien ' , $ this ->getSupportedToken ());
5454 }
5555
56- /**
57- * @group legacy
58- */
5956 public function testRetrieveUserWhenUsernameIsNotFoundWithLegacyEncoderFactory ()
6057 {
6158 $ this ->expectException (UserNotFoundException::class);
You can’t perform that action at this time.
0 commit comments