소스 검색

Fixed typo

Henrik Westphal 13 년 전
부모
커밋
dec1858223
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Symfony/Tests/Component/Security/Http/Firewall/BasicAuthenticationListenerTest.php

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