[RequestHandler] fixed typo

This commit is contained in:
Fabien Potencier 2010-05-03 12:19:08 +02:00
parent 606e44e491
commit 284113e9b2
1 changed files with 1 additions and 1 deletions

View File

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