| 1 | <?php declare(strict_types = 1); |
||
| 9 | class AbstractAsynchronousMessageProducerFactoryTest extends TestCase |
||
| 10 | { |
||
| 11 | public function testCallStatic_WithoutInteropContainer_ShouldThrowInvalidArgumentException() |
||
| 17 | |||
| 18 | private function willFailWith(string $class) |
||
| 22 | |||
| 23 | private function whenCallStaticWithoutInteropContainer(): void |
||
| 28 | |||
| 29 | private function getFactoryClass(): string |
||
| 33 | } |
||
| 34 |