| 1 | <?php declare(strict_types = 1); |
||
| 8 | class CommandBusConfiguratorTest extends ProophTestCase |
||
| 9 | { |
||
| 10 | private const FIXTURE_CONFIG_FILE = 'ServiceBusConfiguratorTests/CommandBusConfiguratorTest.yml'; |
||
| 11 | |||
| 12 | public function testGetServiceBusByType_FromTestContainer_ShouldReturnExpectedInstance() |
||
| 20 | } |
||
| 21 |