**Describe the bug** Test errors are displayed as failed tests in report. **To Reproduce** Just execute `throw new \Exception();` in any test. **Expected behavior** Test that throws an exception should be displayed as broken.
Describe the bug
Test errors are displayed as failed tests in report.
To Reproduce
Just execute
throw new \Exception();in any test.Expected behavior
Test that throws an exception should be displayed as broken.