Skip to content
Snippets Groups Projects
Commit 53e3a860 authored by jurgenhaas's avatar jurgenhaas
Browse files

Run tests inside the PHP container

parent 235d54a1
No related branches found
No related tags found
No related merge requests found
ahoyapi: v2
commands:
phpcs:
cmd: phpcs --standard=DrupalPractice $(pwd)/web/modules/custom/ $(pwd)/web/profiles/custom/ $(pwd)/web/themes/custom/
cmd: ahoy d4d exec phpcs --standard=DrupalPractice /var/www/html/web/modules/custom/ /var/www/html/web/profiles/custom/ /var/www/html/web/themes/custom/
usage: PHP coding standards
phpunit:test:
cmd: vendor/bin/phpunit --configuration $(pwd)/tests/phpunit.xml.dist
phpunit:
cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist
usage: PHP unit tests
phpunit:list:suites:
cmd: vendor/bin/phpunit --configuration $(pwd)/tests/phpunit.xml.dist --list-suites
cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist --list-suites
usage: List available test suites of PHP unit tests
phpunit:list:groups:
cmd: vendor/bin/phpunit --configuration $(pwd)/tests/phpunit.xml.dist --list-groups
cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist --list-groups
usage: List available test groups of 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