taskExec('phpunit --coverage-html test/output/report --bootstrap test/unit/bootstrap.php ./test/unit')->run(); // print message when tests passed if ($res->wasSuccessful()) $this->say("All tests passed"); return $res(); } }