laravel-tactician
laravel-tactician copied to clipboard
Bug Undefined index in getHandlerForCommand( TestCommand )
Following test fails in PHP 8.0.2 but passes in PHP 7.2.8
It throws exception when locator from laravel container is not found
for both LaravelLocator and LaravelLazyLocator with next error:
Failed asserting that exception of type "ErrorException" matches expected exception "League\Tactician\Exception\MissingHandlerException". Message was: "Undefined index: TestCommand"
I am working on a patch