| 1 | <?php |
||
| 12 | abstract class CrudsTestKernel extends Kernel |
||
| 13 | { |
||
| 14 | /** {@inheritdoc} */ |
||
| 15 | public function registerBundles() |
||
| 24 | |||
| 25 | public function getCacheDir() |
||
| 29 | |||
| 30 | public function getLogDir() |
||
| 34 | |||
| 35 | /** {@inheritdoc} */ |
||
| 36 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 40 | |||
| 41 | /** {@inheritdoc} */ |
||
| 42 | protected function buildContainer() |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @return array |
||
| 53 | */ |
||
| 54 | private function getClassName() |
||
| 60 | } |
||
| 61 |