test: adding phpUnit

This commit is contained in:
2022-12-23 00:27:03 -03:00
parent adfea614ad
commit a22f23cc10
2 changed files with 5 additions and 0 deletions

View File

@@ -8,3 +8,6 @@ install:
uninstall:
rm -f ./.git/hooks/pre-push
if [ -d "./vendor/phpunit" ] ; then composer remove --dev phpunit/phpunit; fi
check:
gaze '{src,tests}/**/*.php' -c "./vendor/phpunit/phpunit/phpunit --bootstrap vendor/autoload.php tests --testdox --color"