mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Add rector for automated refactoring
This commit is contained in:
parent
132aac3951
commit
88ea920dfb
4 changed files with 110 additions and 4 deletions
10
tests/symfony-container.php
Normal file
10
tests/symfony-container.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
$appKernel = new Kernel('test', false);
|
||||
$appKernel->boot();
|
||||
|
||||
return $appKernel->getContainer();
|
Loading…
Add table
Add a link
Reference in a new issue