@@ -41,6 +41,10 @@ |
||
41 | 41 | $this->busShouldBeCorrectlyRegisteredInContainer($container, 'default', 'some.method.inflector'); |
42 | 42 | } |
43 | 43 | |
44 | + /** |
|
45 | + * @param string $busId |
|
46 | + * @param string $methodInflector |
|
47 | + */ |
|
44 | 48 | private function busShouldBeCorrectlyRegisteredInContainer(ContainerBuilder $container, $busId, $methodInflector) |
45 | 49 | { |
46 | 50 | $handlerLocatorId = "tactician.commandbus.$busId.handler.locator"; |