mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Drop remnants of HHVM from tests
It was removed from Travis in c479cdd42f
This commit is contained in:
@@ -23,7 +23,6 @@ class SystemTimeProviderTest extends TestCase
|
||||
*/
|
||||
public function testCurrentTimeUsesGettimeofday()
|
||||
{
|
||||
$this->skipIfHhvm();
|
||||
$timestamp = ['sec' => 1458844556, 'usec' => 200997];
|
||||
$func = AspectMock::func('Ramsey\Uuid\Provider\Time', 'gettimeofday', $timestamp);
|
||||
$provider = new SystemTimeProvider();
|
||||
|
||||
Reference in New Issue
Block a user