fix class name

This commit is contained in:
Christian Flothmann 2020-09-20 09:33:50 +02:00
parent 2a76d51da5
commit 6e40ca3183

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;