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