Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Push the max date far into the future so the test can pass #1469

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Faker/Provider/DateTimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down