Add comment explaining how $dateInFuture was picked.

This commit is contained in:
Andreas Fischer 2013-09-10 01:30:48 +02:00
parent f567bd1b8a
commit 261766fe49
1 changed files with 2 additions and 0 deletions

View File

@ -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() {