Switch check to to phive installed tools, fix in phpunit bootsrap file

This commit is contained in:
Clemens Schwaighofer
2023-10-04 14:58:29 +09:00
parent c4c809be66
commit a304d29698
5 changed files with 13 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ if [ ! -z "${2}" ] && [ -z "${php_bin}" ]; then
fi;
# Note 4dev/tests/bootstrap.php has to be set as bootstrap file in phpunit.xml
phpunit_call="${php_bin}phpunit ${opt_testdox} -c ${base}phpunit.xml ${base}4dev/tests/";
phpunit_call="${php_bin}${base}tools/phpunit ${opt_testdox} -c ${base}phpunit.xml ${base}4dev/tests/";
${phpunit_call};