Skip to content
Snippets Groups Projects
Commit 2b0a29bc authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#43 Add PHPLOC

parent d1e1adc1
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ commands:
phpcs:
cmd: ahoy d4d exec vendor/bin/phpcs --standard=DrupalPractice --file-list=/var/www/html/tests/phpcs.files "$@"
usage: PHP coding standards
phploc:
cmd: ahoy d4d exec vendor/bin/phploc "$@"
usage: PHP LOC analysis
phpunit:
cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist "$@"
usage: PHP unit tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment