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
This commit is contained in:
Fabien Potencier 2011-10-31 18:21:04 +01:00
commit 9dbe782d4f

View File

@ -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'));