| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types = 1); |
||
| 32 | public function testBootKernel_WithConfigWithoutEventStoreFactory_ShouldThrowBadConfigurationException() |
||
| 33 | { |
||
| 34 | $this->willThrowException(BadConfigurationException::class); |
||
| 35 | |||
| 36 | $this->whenBootKernelWithConfig(self::FIXTURE_CONFIG_FILE_WITHOUT_FACTORY); |
||
| 37 | } |
||
| 38 | } |
||
| 39 |