first commit
This commit is contained in:
12
tests/bootstrap.php
Normal file
12
tests/bootstrap.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
use Netig\Netslim\Kernel\Runtime\Module\ModuleRegistry;
|
||||
use Netig\Netslim\Kernel\Runtime\RuntimePaths;
|
||||
|
||||
RuntimePaths::setApplicationRoot(dirname(__DIR__) . '/tests/Fixtures/Application');
|
||||
RuntimePaths::setProjectRoot(dirname(__DIR__));
|
||||
ModuleRegistry::reset();
|
||||
Reference in New Issue
Block a user