Drop remnants of HHVM from tests

It was removed from Travis in c479cdd42f
This commit is contained in:
Martin Hujer
2017-11-10 09:41:09 +01:00
committed by Ben Ramsey
parent 1b608e7e01
commit f3e0fed2d7
10 changed files with 7 additions and 66 deletions
@@ -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();