handles toThrow exception with a "class not found" error

This commit is contained in:
Fabio Ivona
2022-02-18 18:01:09 +01:00
parent e103623ecb
commit dccd8239dd
3 changed files with 25 additions and 5 deletions

View File

@ -496,6 +496,8 @@
✓ not failures
✓ closure missing parameter
✓ closure missing type-hint
✓ it can handle a non-defined exception
✓ it can handle a class not found Error
PASS Tests\Features\Expect\unless
✓ it pass
@ -720,5 +722,5 @@
✓ it is a test
✓ it uses correct parent class
Tests: 4 incompleted, 9 skipped, 478 passed
Tests: 4 incompleted, 9 skipped, 480 passed