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

@@ -1,3 +1,5 @@
base="/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/";
# must be run in ${base}www/
$(cd "${base}"; phpstan);
# must be run in ${base}
cd $base;
${base}tools/phpstan;
cd ~;