1 | <?php declare(strict_types = 1); |
||
8 | abstract class AbstractAsynchronousProducerConfiguratorTestCase extends ProophTestCase |
||
9 | { |
||
10 | abstract protected function getConfigFile(); |
||
11 | |||
12 | abstract protected function getExpectedServiceName(); |
||
13 | |||
14 | public function testGet_FromTestContainer_ShouldReturnAsynchronousMessageProducerInstance() |
||
22 | } |
||
23 |