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
+1 -4
View File
@@ -45,9 +45,7 @@ class DefaultTimeGeneratorTest extends TestCase
$this->nodeProvider = null;
$this->timeConverter = null;
Mockery::close();
if (!self::isHhvm()) {
AspectMock::clean();
}
AspectMock::clean();
}
public function testGenerateUsesNodeProviderWhenNodeIsNull()
@@ -165,7 +163,6 @@ class DefaultTimeGeneratorTest extends TestCase
*/
public function testGenerateUsesRandomSequenceWhenClockSeqNull()
{
$this->skipIfHhvm();
$mt_rand = AspectMock::func('Ramsey\Uuid\Generator', 'random_int', 9622);
$defaultTimeGenerator = new DefaultTimeGenerator(
$this->nodeProvider,