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 8456f3b32c (r171488418))

Commits
-------

e5734aa Fix typo in test method name
This commit is contained in:
Nicolas Grekas 2018-03-01 11:03:32 +01:00
commit dddef1bd55

View File

@ -229,7 +229,7 @@ class AbstractTokenTest extends TestCase
*
* @dataProvider getUserChangesAdvancedUser
*/
public function testSetUserSetsAuthenticatedToFalseWhenUserChangesdvancedUser($firstUser, $secondUser)
public function testSetUserSetsAuthenticatedToFalseWhenUserChangesAdvancedUser($firstUser, $secondUser)
{
$token = $this->getToken();
$token->setAuthenticated(true);