8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97cee3a + e5734aa commit dddef1bCopy full SHA for dddef1b
src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php
@@ -229,7 +229,7 @@ public function getUserChanges()
229
*
230
* @dataProvider getUserChangesAdvancedUser
231
*/
232
- public function testSetUserSetsAuthenticatedToFalseWhenUserChangesdvancedUser($firstUser, $secondUser)
+ public function testSetUserSetsAuthenticatedToFalseWhenUserChangesAdvancedUser($firstUser, $secondUser)
233
{
234
$token = $this->getToken();
235
$token->setAuthenticated(true);
0 commit comments