1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:14:03 +00:00
This commit is contained in:
Samuel Štancl 2019-07-05 15:02:20 +02:00
parent 13cdc03103
commit 73c818f975
7 changed files with 88 additions and 17 deletions

5
test Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# for development
docker-compose up -d
docker-compose exec test vendor/bin/phpunit "$@"