mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 09:02:41 +00:00
ceeb23aea3
- Also made all SQLite tests skippable if the extension is not loaded - Fixed format of ETags in test server - Passed any CLI arguments to PHPUnit in the test runner
7 lines
No EOL
151 B
PHP
7 lines
No EOL
151 B
PHP
<?php return [
|
|
'code' => 304,
|
|
'cache' => false,
|
|
'fields' => [
|
|
'Last-Modified: '.$_SERVER['HTTP_IF_MODIFIED_SINCE'],
|
|
],
|
|
]; |