1 | <?php |
||
11 | class TestAppKernel extends Kernel |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function registerBundles() |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | * |
||
30 | * @throws \Exception |
||
31 | */ |
||
32 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function getCacheDir() |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function getLogDir() |
||
52 | } |
||
53 |