mirror of
https://github.com/mrclay/minify.git
synced 2025-08-21 13:21:59 +02:00
Fix unit test for bd7d1077
This commit is contained in:
@@ -45,7 +45,6 @@ class MinifyTest extends TestCase
|
|||||||
'content' => '',
|
'content' => '',
|
||||||
'headers' => array(
|
'headers' => array(
|
||||||
'Expires' => gmdate('D, d M Y H:i:s \G\M\T', $_SERVER['REQUEST_TIME'] + 1800),
|
'Expires' => gmdate('D, d M Y H:i:s \G\M\T', $_SERVER['REQUEST_TIME'] + 1800),
|
||||||
'Vary' => 'Accept-Encoding',
|
|
||||||
'Last-Modified' => gmdate('D, d M Y H:i:s \G\M\T', $lastModified),
|
'Last-Modified' => gmdate('D, d M Y H:i:s \G\M\T', $lastModified),
|
||||||
'ETag' => "\"pub{$lastModified}\"",
|
'ETag' => "\"pub{$lastModified}\"",
|
||||||
'Cache-Control' => 'max-age=1800',
|
'Cache-Control' => 'max-age=1800',
|
||||||
|
Reference in New Issue
Block a user