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:
parent
2fc67a37bd
commit
f607027269
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user