Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
24 | public function testBootKernel_WithConfigWithoutProjectionManagerFactory_ShouldThrowBadConfigurationException() |
||
25 | { |
||
26 | $this->willThrowException(BadConfigurationException::class); |
||
27 | |||
28 | $this->whenBootKernelWithConfig(self::FIXTURE_CONFIG_FILE_WITHOUT_FACTORY); |
||
29 | } |
||
30 | } |
||
31 |