allure-framework / allure-phpunit

Allure integrations for PHP test frameworks: PHPUnit
https://allurereport.org/
Apache License 2.0
60 stars 28 forks source link

[v2] Test errors are displayed as failed tests #62

Open remorhaz opened 3 years ago

remorhaz commented 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.

Expected behavior Test that throws an exception should be displayed as broken.

remorhaz commented 2 years ago

Fixed with #64, issue can be closed.