exercism / php-test-runner

GNU Affero General Public License v3.0
0 stars 6 forks source link

Update php test runner to handle empty output.xml #44

Closed dstockto closed 2 years ago

dstockto commented 2 years ago

If a student uses die or exit in their code, PHPUnit will exit before it produces any output. This change will treat an empty output.xml as an error so the tests will not be interpreted as running successfully.