Fixed typo

This commit is contained in:
Henrik Westphal 2011-10-31 09:00:49 +01:00
parent 68b7662400
commit dec1858223

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