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 29
29
use Symfony \Component \Security \Core \User \UserInterface ;
30
30
use Symfony \Component \Security \Core \User \UserProviderInterface ;
31
31
32
+ /**
33
+ * @group legacy
34
+ */
32
35
class DaoAuthenticationProviderTest extends TestCase
33
36
{
34
37
use ExpectDeprecationTrait;
35
38
36
- /**
37
- * @group legacy
38
- */
39
39
public function testRetrieveUserWhenProviderDoesNotReturnAnUserInterface ()
40
40
{
41
41
$ this ->expectException (AuthenticationServiceException::class);
@@ -53,9 +53,6 @@ public function testRetrieveUserWhenProviderDoesNotReturnAnUserInterface()
53
53
$ method ->invoke ($ provider , 'fabien ' , $ this ->getSupportedToken ());
54
54
}
55
55
56
- /**
57
- * @group legacy
58
- */
59
56
public function testRetrieveUserWhenUsernameIsNotFoundWithLegacyEncoderFactory ()
60
57
{
61
58
$ this ->expectException (UserNotFoundException::class);
You can’t perform that action at this time.
0 commit comments