First set of tests, argument unwrapping/injection

This commit is contained in:
2024-03-19 00:01:12 +01:00
parent 74960345ba
commit 35efaa1b0d
11 changed files with 870 additions and 8 deletions

View File

@ -82,7 +82,7 @@ class CommandBus implements CommandBusInterface
case Message::MSGTYPE_RESULT: // Result from execution on client
// TODO implement me
break;
case Message::MSGTYPE_REGISTRY: // command registry actions
case Message::MSGTYPE_REGISTRY: // command registry actions
// TODO implement me
break;
default: