thephpleague / tactician-bundle

Bundle to integrate Tactician with Symfony projects
MIT License
245 stars 43 forks source link

Multi bus mapping issue #94

Closed jorge07 closed 6 years ago

jorge07 commented 6 years ago

I'm fighting with an issue:

I added this into the tests: https://github.com/jorge07/tactician-bundle/commit/2bb12cba91060cf176c9b8d7ae5ed8f12726cadc

And I'm having:

1) League\Tactician\Bundle\Tests\Integration\BasicCommandAndBusMappingTest::testHandleCommandOnSpecificBus
League\Tactician\Exception\MissingHandlerException: Missing handler for command League\Tactician\Bundle\Tests\EchoText

If someone could help me to debug this issue or bring me some light about how to resolve that bug I'll submit the PR ASAP.

Thanks

tyx commented 6 years ago

Hello,

I just let a comment on your commit

jorge07 commented 6 years ago

Awesome. Thanks @tyx for your time, I reviewed the documentation and found that it's also documented.