1 | <?php declare(strict_types = 1); |
||
9 | class MariaDbProjectionManagerConfiguratorTest extends ProophTestCase |
||
10 | { |
||
11 | private const FIXTURE_CONFIG_FILE = 'ProjectionManagerTests/MariaDbProjectionManagerTest.yml'; |
||
12 | |||
13 | public function testGetProjectionManagerByType_FromTestContainer_ShouldReturnExpectedInstance() |
||
21 | } |
||
22 |