minor #38799 Fix transient tests on branch 5.2 (jderusse)

This PR was merged into the 5.2-dev branch.

Discussion
----------

Fix transient tests on branch 5.2

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Fix transient tests on branch 5.2.

I'll keep this PR open few days to watch travis/GHA for transient tests

Commits
-------

7bb288e956 Fix transient tests
This commit is contained in:
Jérémy Derussé 2020-10-27 17:25:31 +01:00
commit 9eed6712aa
No known key found for this signature in database
GPG Key ID: 2083FA5758C473D2

View File

@ -46,6 +46,7 @@ class LoginLinkHandlerTest extends TestCase
/**
* @dataProvider provideCreateLoginLinkData
* @group time-sensitive
*/
public function testCreateLoginLink($user, array $extraProperties)
{