8000 merged branch snc/patch-3 (PR #2523) · symfony/symfony@9dbe782 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dbe782

Browse files
committed
merged branch snc/patch-3 (PR #2523)
Commits ------- dec1858 Fixed typo Discussion ---------- Fixed typo Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes This PR is the 2.0 branch version of #2519
2 parents 68b7662 + dec1858 commit 9dbe782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Symfony/Tests/Component/Security/Http/Firewall/BasicAuthenticationListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function testHandleWithNoUsernameServerParameter()
136136
$listener->handle($event);
137137
}
138138

139-
public function textHandleWithASimilarAuthenticatedToken()
139+
public function testHandleWithASimilarAuthenticatedToken()
140140
{
141141
$request = new Request(array(), array(), array(), array(), array(), array('PHP_AUTH_USER' => 'TheUsername'));
142142

0 commit comments

Comments
 (0)
0