exercism / php-test-runner

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

Handle runtime errors in students global code #113

Closed mk-mxp closed 2 months ago

mk-mxp commented 2 months ago

Reported in this forum post:

A runtime error in code, that is seen as global code by the students, resulted in reporting a success with no results.

PHPUnit again does not report these errors in the logs, so I had to filter that out in shell code before the logs are processed. Another reason to write an event based processor suggested in #110.