mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
f14fdf23e3
This workflow just finds all the individual tests available in core (all the test_ methods in _test.php file) and runs them one by one, with a total isolation, because each one is executed by a different PHPUnit invocation.. Any test ending with error, will be reported as part of the output. Note that we are not using PHPUnit's own isolation here, just running them one by one.