| 1 | <?php |
||
| 11 | abstract class CrudsTestKernel extends Kernel |
||
| 12 | { |
||
| 13 | /** {@inheritdoc} */ |
||
| 14 | public function registerBundles() |
||
| 23 | |||
| 24 | public function getCacheDir() |
||
| 28 | |||
| 29 | public function getLogDir() |
||
| 33 | |||
| 34 | /** {@inheritdoc} */ |
||
| 35 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @return array |
||
| 42 | */ |
||
| 43 | private function getClassName() |
||
| 49 | } |
||
| 50 |