Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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