Skip to content

Commit 002f9c9

Browse files
committed
Fix CI : Removal of symfony/deprecation-contracts as no more deprecations are triggered
1 parent f381605 commit 002f9c9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ public function testConstructor()
2727
$this->assertSame($user, $token->getUser());
2828
}
2929

30-
/**
31-
* @group legacy
32-
*/
33-
public function testSecret()
34-
{
35-
$user = $this->getUser();
36-
$token = new RememberMeToken($user, 'fookey', 'foo');
37-
38-
$this->assertEquals('foo', $token->getSecret());
39-
}
40-
4130
protected function getUser($roles = ['ROLE_FOO'])
4231
{
4332
$user = $this->createMock(UserInterface::class);

0 commit comments

Comments
 (0)