Open remorhaz opened 3 years ago
Describe the bug Test errors are displayed as failed tests in report.
To Reproduce Just execute throw new \Exception(); in any test.
throw new \Exception();
Expected behavior Test that throws an exception should be displayed as broken.
Fixed with #64, issue can be closed.
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.