Completed
Pull Request — master (#115)
by Šimon
01:10
created
tests/DependencyInjection/Compiler/BusBuilder/BusBuilderTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -41,6 +41,10 @@
 block discarded – undo
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";
Please login to merge, or discard this patch.