laravel-tactician icon indicating copy to clipboard operation
laravel-tactician copied to clipboard

Bug Undefined index in getHandlerForCommand( TestCommand )

Open jagarsoft opened this issue 4 years ago • 0 comments

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

jagarsoft avatar Feb 28 '21 00:02 jagarsoft