8000 minor #38244 [SecurityBundle] fix class name (xabbuh) · symfony/symfony@941647f · GitHub
[go: up one dir, main page]

Skip to content

Commit 941647f

Browse files
committed
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 ------- 6e40ca3 fix class name
2 parents 2a76d51 + 6e40ca3 commit 941647f

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