mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Add comment explaining how $dateInFuture was picked.
This commit is contained in:
parent
f567bd1b8a
commit
261766fe49
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ class Test_Share extends PHPUnit_Framework_TestCase {
|
|||
protected $resharing;
|
||||
|
||||
protected $dateInPast = '2000-01-01 00:00:00';
|
||||
|
||||
// Picked close to the "year 2038 problem" boundary.
|
||||
protected $dateInFuture = '2037-01-01 00:00:00';
|
||||
|
||||
public function setUp() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue