Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dddef1b

Browse files
minor #26349 Fix typo in test method name (keichinger)
This PR was merged into the 4.1-dev branch. Discussion ---------- Fix typo in test method name | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT This fixes a small typo spotted in #23508 (see https://github.com/symfony/symfony/pull/23508/files/8456f3b32ce6ec394fb27b9fc9a2989ed54862b1#r171488418) Commits ------- e5734aa Fix typo in test method name
2 parents 97cee3a + e5734aa commit dddef1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function getUserChanges()
229229
*
230230
* @dataProvider getUserChangesAdvancedUser
231231
*/
232-
public function testSetUserSetsAuthenticatedToFalseWhenUserChangesdvancedUser($firstUser, $secondUser)
232+
public function testSetUserSetsAuthenticatedToFalseWhenUserChangesAdvancedUser($firstUser, $secondUser)
233233
{
234234
$token = $this->getToken();
235235
$token->setAuthenticated(true);

0 commit comments

Comments
 (0)