Refactor core test runtime and simplify project documentation
This commit is contained in:
@@ -4,9 +4,6 @@ declare(strict_types=1);
|
||||
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
use Netig\Netslim\Kernel\Runtime\Module\ModuleRegistry;
|
||||
use Netig\Netslim\Kernel\Runtime\RuntimePaths;
|
||||
use Tests\Support\TestRuntimeFactory;
|
||||
|
||||
RuntimePaths::setApplicationRoot(dirname(__DIR__) . '/tests/Fixtures/Application');
|
||||
RuntimePaths::setProjectRoot(dirname(__DIR__));
|
||||
ModuleRegistry::reset();
|
||||
TestRuntimeFactory::boot();
|
||||
|
||||
Reference in New Issue
Block a user