mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Rector config: provide kernel for rector configuration
This commit is contained in:
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();
|
Reference in New Issue
Block a user