Part-DB-server/tests/symfony-container.php

11 lines
157 B
PHP
Raw Normal View History

2023-05-28 01:16:12 +02:00
<?php
use App\Kernel;
require __DIR__ . '/bootstrap.php';
$appKernel = new Kernel('test', false);
$appKernel->boot();
return $appKernel->getContainer();