10000 minor #41393 remove duplicate test (ismail1432) · YaFou/symfony@faa53ff · GitHub
[go: up one dir, main page]

Skip to content

Commit faa53ff

Browse files
committed
minor symfony#41393 remove duplicate test (ismail1432)
This PR was submitted for the 5.4 branch but it was merged into the 5.3 branch instead. Discussion ---------- remove duplicate test Q | A -- | -- Branch? | 5.x Bug fix? | no New feature? | yes Deprecations? | no License | MIT The removed test is a duplication of Line 98 and introduced by symfony#40153 I would prefer to conserve the test and edit value but the values are harcoded in the test Commits ------- 39ae981 remove duplicate test
2 parents 66ef835 + 39ae981 commit faa53ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ public function provideCreateLoginLinkData()
9999
['emailProperty' => 'ryan@symfonycasts.com', 'passwordProperty' => 'pwhash'],
100100
];
101101

102-
yield [
103-
new TestLoginLinkHandlerUser('weaverryan', 'ryan@symfonycasts.com', 'pwhash'),
104-
['emailProperty' => 'ryan@symfonycasts.com', 'passwordProperty' => 'pwhash'],
105-
];
106-
107102
yield [
108103
new TestLoginLinkHandlerUser('weaverryan', 'ryan@symfonycasts.com', 'pwhash'),
109104
['lastAuthenticatedAt' => ''],

0 commit comments

Comments
 (0)
0