Skip to content
Snippets Groups Projects
Commit 261766fe authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Add comment explaining how $dateInFuture was picked.

parent f567bd1b
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment