From 6e40ca3183f5de5b0a4abb5a174d3779008a9b61 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 20 Sep 2020 09:33:50 +0200 Subject: [PATCH] fix class name --- .../Compiler/RegisterGlobalSecurityEventListenersPassTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php index 8576d24c26..adbbbb9f58 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php @@ -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;