| 1 | <?php declare(strict_types = 1); |
||
| 9 | class EventSourcingConfiguratorTest extends ProophTestCase |
||
| 10 | { |
||
| 11 | private const FIXTURE_CONFIG_FILE = 'EventSourcingConfiguratorTest.yml'; |
||
| 12 | |||
| 13 | public function testGetRepositoryByServiceId_FromTestContainer_ShouldReturnExpectedInstance() |
||
| 21 | |||
| 22 | public function testGetRepositoryByClassName_FromTestContainer_ShouldReturnExpectedInstance() |
||
| 30 | |||
| 31 | public function testGetRepositoryByType_FromTestContainer_ShouldReturnExpectedInstance() |
||
| 40 | } |
||
| 41 |