moodle-checklist
moodle-checklist copied to clipboard
Phpunit fix for running tests in separate process
The PHP unit annotation change looks reasonable (not a feature I'm aware of, but happy to accept it). However, the workflow changes are wrong, please could you remove that commit from the pull request?
I added another commit to revert the workflow changes.
This is due to https://tracker.moodle.org/browse/MDL-78049
@ccaemmi can you add the details of the failing test that you were fixing with this
@davosmith @aspark21 This is not related to MDL-78049 IMO which was resolving an issue with core tests.
However, currently the external tests of the checklist plugin are failing, because external tests need to be run in a separate process as long as the external functions still depend on the aliases in /externallib.php AFAIK.
Fixed via #109
This PR can be closed.