Total Complexity | 2 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class AppTestKernel extends BaseKernel |
||
13 | { |
||
14 | use MicroKernelTrait; |
||
|
|||
15 | |||
16 | public function registerBundles(): iterable |
||
17 | { |
||
18 | return [ |
||
19 | new NativeQueryFromFileBuilderBundle(), |
||
20 | new FrameworkBundle(), |
||
21 | new DoctrineBundle(), |
||
22 | ]; |
||
23 | } |
||
24 | |||
25 | protected function configureContainer(ContainerConfigurator $c): void |
||
55 | ]); |
||
56 | } |
||
58 |