mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
10 lines
266 B
PHP
10 lines
266 B
PHP
<?php
|
|
include __DIR__ . '/../vendor/autoload.php'; // composer autoload
|
|
|
|
if (!defined('HHVM_VERSION')) {
|
|
$kernel = \AspectMock\Kernel::getInstance();
|
|
$kernel->init([
|
|
'debug' => true,
|
|
'includePaths' => [__DIR__ . '/../src/Generator']
|
|
]);
|
|
} |