| Total Complexity | 5 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class TestKernel extends Kernel |
||
| 12 | { |
||
| 13 | public function registerBundles() |
||
| 18 | ); |
||
| 19 | } |
||
| 20 | |||
| 21 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 30 | }); |
||
| 31 | } |
||
| 32 | |||
| 33 | public function getProjectDir() |
||
| 39 | } |
||
| 40 | |||
| 41 | public function getCacheDir() |
||
| 42 | { |
||
| 43 | return sys_get_temp_dir().'/incenteev_translation_checker'; |
||
| 44 | } |
||
| 45 | |||
| 46 | public function getLogDir() |
||
| 49 | } |
||
| 50 | } |
||
| 51 |