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:
+5
-7
@@ -1,10 +1,8 @@
|
||||
<?php
|
||||
include __DIR__ . '/../vendor/autoload.php'; // composer autoload
|
||||
|
||||
if (!defined('HHVM_VERSION')) {
|
||||
$kernel = \AspectMock\Kernel::getInstance();
|
||||
$kernel->init([
|
||||
'debug' => true,
|
||||
'includePaths' => [__DIR__ . '/../src']
|
||||
]);
|
||||
}
|
||||
$kernel = \AspectMock\Kernel::getInstance();
|
||||
$kernel->init([
|
||||
'debug' => true,
|
||||
'includePaths' => [__DIR__ . '/../src']
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user