Move all files to code/
This commit is contained in:
parent
0a1da40788
commit
8447b33ec8
27 changed files with 0 additions and 0 deletions
11
code/workspace.yml
Normal file
11
code/workspace.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
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('%') }
|
Loading…
Add table
Add a link
Reference in a new issue