| 1 | <?php declare(strict_types = 1); |
||
| 9 | class EventStoreConfiguratorTest extends ProophTestCase |
||
| 10 | { |
||
| 11 | private const FIXTURE_CONFIG_FILE = 'EventStoreConfiguratorTest.yml'; |
||
| 12 | private const FIXTURE_CONFIG_FILE_WITHOUT_FACTORY = 'Invalid/EventStoreConfiguratorWithoutFactoryTest.yml'; |
||
| 13 | |||
| 14 | public function testGetEventStoreByName_FromTestContainer_ShouldReturnExpectedInstance() |
||
| 22 | |||
| 23 | public function testGetEventStoreByType_FromTestContainer_ShouldReturnExpectedInstance() |
||
| 31 | |||
| 32 | public function testBootKernel_WithConfigWithoutEventStoreFactory_ShouldThrowBadConfigurationException() |
||
| 38 | } |
||
| 39 |