소스 검색

[RequestHandler] fixed typo

Fabien Potencier 15 년 전
부모
커밋
284113e9b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Symfony/Tests/Components/RequestHandler/ResponseTest.php

+ 1 - 1
tests/Symfony/Tests/Components/RequestHandler/ResponseTest.php

@@ -42,7 +42,7 @@ class ResponseTest extends \PHPUnit_Framework_TestCase
     $this->assertEquals(0, $now->diff($response->getDate())->format('%s'), '->getDate() returns the date when the header has been modified');
   }
 
-  public function getMaxAge()
+  public function testGetMaxAge()
   {
     $response = new Response();
     $response->headers->set('Cache-Control', 's-maxage=600, max-age=0');