Add comment explaining how $dateInFuture was picked.
This commit is contained in:
parent
f567bd1b8a
commit
261766fe49
|
@ -31,6 +31,8 @@ class Test_Share extends PHPUnit_Framework_TestCase {
|
||||||
protected $resharing;
|
protected $resharing;
|
||||||
|
|
||||||
protected $dateInPast = '2000-01-01 00:00:00';
|
protected $dateInPast = '2000-01-01 00:00:00';
|
||||||
|
|
||||||
|
// Picked close to the "year 2038 problem" boundary.
|
||||||
protected $dateInFuture = '2037-01-01 00:00:00';
|
protected $dateInFuture = '2037-01-01 00:00:00';
|
||||||
|
|
||||||
public function setUp() {
|
public function setUp() {
|
||||||
|
|
Loading…
Reference in New Issue