1 | <?php |
||
10 | class FakeAppKernel extends Kernel |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * Returns an array of bundles to register. |
||
15 | * |
||
16 | * @return BundleInterface[] An array of bundle instances |
||
17 | */ |
||
18 | public function registerBundles() |
||
28 | |||
29 | /** |
||
30 | * Loads the container configuration. |
||
31 | */ |
||
32 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
36 | } |
||
37 |