| 1 | <?php declare(strict_types = 1); |
||
| 10 | class MysqlProjectionManagerConfiguratorTest extends ProophTestCase |
||
| 11 | { |
||
| 12 | private const FIXTURE_CONFIG_FILE = 'ProjectionManagerTests/MysqlProjectionManagerTest.yml'; |
||
| 13 | private const FIXTURE_CONFIG_FILE_WITHOUT_FACTORY = 'Invalid//MysqlProjectionManagerWithoutFactoryTest.yml'; |
||
| 14 | |||
| 15 | public function testGetProjectionManagerByType_FromTestContainer_ShouldReturnExpectedInstance() |
||
| 23 | |||
| 24 | public function testBootKernel_WithConfigWithoutProjectionManagerFactory_ShouldThrowBadConfigurationException() |
||
| 30 | } |
||
| 31 |