Move all files to code/

This commit is contained in:
Oliver Davies 2025-10-02 08:13:02 +01:00
parent 0a1da40788
commit 8447b33ec8
27 changed files with 0 additions and 0 deletions

11
code/workspace.yml Normal file
View 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('%') }