Move all files to workshop-drupal-automated-testing/drupalcamp-london-2020/

This commit is contained in:
Oliver Davies 2025-10-02 23:52:04 +01:00
parent 27399cd4d1
commit 086b4a8c52
59 changed files with 0 additions and 0 deletions

View file

@ -1,11 +0,0 @@
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('%') }