8000 fix class name · fancyweb/symfony@6e40ca3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e40ca3

Browse files
committed
fix class name
1 parent 2a76d51 commit 6e40ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use Symfony\Component\Security\Http\Event\LoginSuccessEvent;
2424
use Symfony\Component\Security\Http\Event\LogoutEvent;
2525

26-
class RegisterGlobalSecurtyEventListenersPassTest extends TestCase
26+
class RegisterGlobalSecurityEventListenersPassTest extends TestCase
2727
{
2828
private $container;
2929

0 commit comments

Comments
 (0)
0