10 lines
152 B
PHP
10 lines
152 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
|
|
|
use Tests\Support\TestRuntimeFactory;
|
|
|
|
TestRuntimeFactory::boot();
|