allure-phpunit
allure-phpunit copied to clipboard
[v2] Test errors are displayed as failed tests
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.
Fixed with #64, issue can be closed.