8000 [RequestHandler] fixed typo · Arief57/symfony@284113e · GitHub
[go: up one dir, main page]

Skip to content

Commit 284113e

Browse files
committed
[RequestHandler] fixed typo
1 parent 606e44e commit 284113e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Symfony/Tests/Components/RequestHandler/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testGetDate()
4242
$this->assertEquals(0, $now->diff($response->getDate())->format('%s'), '->getDate() returns the date when the header has been modified');
4343
}
4444

45-
public function getMaxAge()
45+
public function testGetMaxAge()
4646
{
4747
$response = new Response();
4848
$response->headers->set('Cache-Control', 's-maxage=600, max-age=0');

0 commit comments

Comments
 (0)
0