workshop-drupal-automated-t.../workspace.yml

12 lines
268 B
YAML
Raw Normal View History

2020-03-13 22:18:55 +00:00
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('%') }