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.
1 parent 97cee3a commit e5734aaCopy full SHA for e5734aa
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