Files
php-uuid/tests/bootstrap.php
T

9 lines
213 B
PHP

<?php
include __DIR__ . '/../vendor/autoload.php'; // composer autoload
$kernel = \AspectMock\Kernel::getInstance();
$kernel->init([
'debug' => true,
'includePaths' => [__DIR__ . '/../src/Generator']
]);