From f6070272693950fbc37618044e5dbb93b34cc467 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 1 Apr 2014 22:16:52 +0200 Subject: [PATCH] Fix unit test due to fixed date --- test/Faker/Provider/DateTimeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Faker/Provider/DateTimeTest.php b/test/Faker/Provider/DateTimeTest.php index 1b1f6180..937cc743 100644 --- a/test/Faker/Provider/DateTimeTest.php +++ b/test/Faker/Provider/DateTimeTest.php @@ -76,7 +76,7 @@ class DateTimeTest extends \PHPUnit_Framework_TestCase public function testFixedSeedWithMaximumTimestamp() { - $max = '2014-03-01 12:00:00'; + $max = '2018-03-01 12:00:00'; mt_srand(1); $unixTime = DateTimeProvider::unixTime($max);