minor #38244 [SecurityBundle] fix class name (xabbuh)

This PR was merged into the 5.1 branch.

Discussion
----------

[SecurityBundle] fix class name

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

see https://travis-ci.org/github/symfony/symfony/jobs/728702294#L3552

Commits
-------

6e40ca3183 fix class name
This commit is contained in:
Christian Flothmann 2020-09-20 09:44:02 +02:00
commit 941647f88f

View File

@ -23,7 +23,7 @@ use Symfony\Component\Security\Http\Event\CheckPassportEvent;
use Symfony\Component\Security\Http\Event\LoginSuccessEvent;
use Symfony\Component\Security\Http\Event\LogoutEvent;
class RegisterGlobalSecurtyEventListenersPassTest extends TestCase
class RegisterGlobalSecurityEventListenersPassTest extends TestCase
{
private $container;