aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/share
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-09-10 01:30:48 +0200
committerAndreas Fischer <bantu@owncloud.com>2013-09-12 23:43:20 +0200
commit261766fe49438144e28d9a28a347db49c7c9c3aa (patch)
treed6af909a4de80521adb81500238bf30ceacb6764 /tests/lib/share
parentf567bd1b8a290f306c829eeb376d40dcf522bb6f (diff)
downloadnextcloud-server-261766fe49438144e28d9a28a347db49c7c9c3aa.tar.gz
nextcloud-server-261766fe49438144e28d9a28a347db49c7c9c3aa.zip
Add comment explaining how $dateInFuture was picked.
Diffstat (limited to 'tests/lib/share')
-rw-r--r--tests/lib/share/share.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php
index c35e608df12..a0ac55d91c5 100644
--- a/tests/lib/share/share.php
+++ b/tests/lib/share/share.php
@@ -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() {