1 | <?php declare(strict_types = 1); |
||
5 | class AsynchronousCommandProducerConfiguratorTest extends AbstractAsynchronousProducerConfiguratorTestCase |
||
6 | { |
||
7 | const FIXTURE_CONFIG_FILE = 'AsynchronousMessages/AsynchronousCommandProducerTest.yml'; |
||
8 | const EXPECTED_SERVICE_NAME = 'prooph.asynchronous_messaging.commands'; |
||
9 | |||
10 | protected function getConfigFile() |
||
14 | |||
15 | protected function getExpectedServiceName() |
||
19 | } |
||
20 |