We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
12 | final class TestKernel extends Kernel |
||
13 | { |
||
14 | private $testCase; |
||
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function registerBundles() |
||
28 | |||
29 | public function __construct($environment, $debug, $testCase = null) |
||
34 | |||
35 | public function getCacheDir() |
||
39 | |||
40 | public function getLogDir() |
||
44 | |||
45 | public function getRootDir() |
||
49 | |||
50 | public function isBooted() |
||
54 | |||
55 | /** |
||
56 | * {@inheritdoc} |
||
57 | */ |
||
58 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
66 | |||
67 | private function basePath() |
||
71 | } |
||
72 |