workshop-drupal-automated-t.../workspace.yml
2020-11-14 10:09:37 +00:00

12 lines
268 B
YAML

command('enable'): |
#!bash
php -S localhost:8000 -t web
command('drush %'): |
#!bash|=
vendor/bin/drush --root web ={ input.argument('%') }
command('phpunit %'): |
#!bash|=
vendor/bin/phpunit --verbose --testdox --colors=always ={ input.argument('%') }