Add unique page name check for edit pages, bug fixes in Form Template Generate and DB Array IO classes

This commit is contained in:
Clemens Schwaighofer
2024-03-21 12:45:39 +09:00
parent 3f5b3f02ad
commit 94edb7f556
9 changed files with 10 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ if [ ! -z "${2}" ] && [ -z "${php_bin}" ]; then
esac;
fi;
phpunit_call="${php_bin}${base}vendor/bin/phpunit ${opt_testdox} -c ${base}phpunit.xml ${base}test/phpunit/";
phpunit_call="${php_bin}${base}tools/phpunit ${opt_testdox} -c ${base}phpunit.xml ${base}test/phpunit/";
${phpunit_call};