Browse Source

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
Fabien Potencier 13 năm trước cách đây
mục cha
commit
9dbe782d4f

+ 1 - 1
tests/Symfony/Tests/Component/Security/Http/Firewall/BasicAuthenticationListenerTest.php

@@ -136,7 +136,7 @@ class BasicAuthenticationListenerTest extends \PHPUnit_Framework_TestCase
         $listener->handle($event);
     }
 
-    public function textHandleWithASimilarAuthenticatedToken()
+    public function testHandleWithASimilarAuthenticatedToken()
     {
         $request = new Request(array(), array(), array(), array(), array(), array('PHP_AUTH_USER' => 'TheUsername'));