1 | <?php declare(strict_types=1); |
||
7 | class TestKernel extends Kernel |
||
8 | { |
||
9 | //@codingStandardsIgnoreEnd |
||
10 | |||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | public function registerBundles() |
||
29 | |||
30 | public function getCacheDir() |
||
34 | |||
35 | public function getLogDir() |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
47 | } |
||
48 |