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