Added logging.

This commit is contained in:
2023-05-31 14:34:35 +00:00
parent 7a6e71dc6c
commit 4057581b94
10 changed files with 95 additions and 22 deletions

View File

@ -8,4 +8,7 @@ analyze-all:
install:
php composer.phar install --no-dev
install-dev:
php composer.phar install
php composer.phar install
test:
./vendor/bin/phpunit tests --testdox --coverage-filter src --coverage-html output/coverage