diff --git a/test/Faker/Provider/DateTimeTest.php b/test/Faker/Provider/DateTimeTest.php index ce5c4fc56b..ec3ad86768 100644 --- a/test/Faker/Provider/DateTimeTest.php +++ b/test/Faker/Provider/DateTimeTest.php @@ -236,7 +236,7 @@ public function providerDateTimeInInterval() public function testFixedSeedWithMaximumTimestamp() { - $max = '2018-03-01 12:00:00'; + $max = '2118-03-01 12:00:00'; mt_srand(1); $unixTime = DateTimeProvider::unixTime($max);