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