From 7bb288e9564b59c2ea3ade720ff65b0ac98f92ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Sun, 25 Oct 2020 21:39:45 +0100 Subject: [PATCH] Fix transient tests --- .../Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php b/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php index 8f76750d44..05c6340b6a 100644 --- a/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php +++ b/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php @@ -46,6 +46,7 @@ class LoginLinkHandlerTest extends TestCase /** * @dataProvider provideCreateLoginLinkData + * @group time-sensitive */ public function testCreateLoginLink($user, array $extraProperties) {