mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Update dev requirements and test suite for PHP 7+ only
This commit is contained in:
@@ -26,7 +26,8 @@ class SystemTimeProviderTest extends TestCase
|
||||
$timestamp = ['sec' => 1458844556, 'usec' => 200997];
|
||||
$func = AspectMock::func('Ramsey\Uuid\Provider\Time', 'gettimeofday', $timestamp);
|
||||
$provider = new SystemTimeProvider();
|
||||
$provider->currentTime();
|
||||
|
||||
$this->assertSame($timestamp, $provider->currentTime());
|
||||
$func->verifyInvokedOnce();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user