1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-22 08:19:52 +01:00

Fix unit test due to fixed date

This commit is contained in:
Francois Zaninotto 2014-04-01 22:16:52 +02:00
parent 2fc67a37bd
commit f607027269

View File

@ -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);