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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user