exercism / php-test-runner

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

No debug output in online editor anymore #108

Closed mk-mxp closed 2 months ago

mk-mxp commented 2 months ago

Since #105 there is no user output (echo or var_dump()) forwarded to the online editor results. There is no test for that, so it wasn't catched in advance.

I also got that feedback from a collegue on CLI. Maybe PHPUnit needs to be configured accordingly?

mk-mxp commented 2 months ago

Investigation:

Conclusion: