Skip to content

Commit

Permalink
add REQUEST_TIME to bootstrap server vars
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Oct 27, 2019
1 parent 37e547b commit d0159b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/_bootstrap.php
Expand Up @@ -7,4 +7,5 @@
'REMOTE_ADDR' => '192.168.6.6',
'HTTP_USER_AGENT' => 'Some brand new smart phone',
'REQUEST_TIME_FLOAT' => microtime(true),
'REQUEST_TIME' => time(),
];

0 comments on commit d0159b7

Please sign in to comment.