mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
excluding aspect mock on hhvm
This commit is contained in:
+7
-5
@@ -1,8 +1,10 @@
|
||||
<?php
|
||||
include __DIR__ . '/../vendor/autoload.php'; // composer autoload
|
||||
|
||||
$kernel = \AspectMock\Kernel::getInstance();
|
||||
$kernel->init([
|
||||
'debug' => true,
|
||||
'includePaths' => [__DIR__ . '/../src/Generator']
|
||||
]);
|
||||
if (!defined('HHVM_VERSION')) {
|
||||
$kernel = \AspectMock\Kernel::getInstance();
|
||||
$kernel->init([
|
||||
'debug' => true,
|
||||
'includePaths' => [__DIR__ . '/../src/Generator']
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user