- Issue created by @mondrake
run-tests.sh
spawns subprocesses of itself, each one then running a single PHPUnit test class via PHPUnit, which itself spawns suprocesses for each test to be run in isolation. Maybe we can skip one level and let the main run-tests.sh process directly spawn PHPUnit subprocesses.
Active
11.0 🔥
phpunit