1 | <?php |
||
14 | abstract class AbstractProophAsynchronousRoutingExtensionTestCase extends TestCase |
||
15 | { |
||
16 | abstract protected function buildContainer(): TestContainerBuilder; |
||
17 | |||
18 | public function testCanCreateProducer() |
||
32 | |||
33 | private function loadContainer($fixture, CompilerPassInterface ...$compilerPasses): ContainerBuilder |
||
44 | } |
||
45 |