12 lines
268 B
YAML
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('%') }
|