| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class TestKernel extends Kernel |
||
| 9 | { |
||
| 10 | public function registerBundles() |
||
| 11 | { |
||
| 12 | return [ |
||
| 13 | new Avoran\RapidoBundle\RapidoBundle(), |
||
| 14 | new Symfony\Bundle\FrameworkBundle\FrameworkBundle() |
||
| 15 | ]; |
||
| 16 | } |
||
| 17 | |||
| 18 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 22 | } |
||
| 23 | |||
| 24 | protected function build(ContainerBuilder $container) |
||
| 31 |