Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 run. 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.
- Loading branch information