mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Dockerize phpunit (#66)
This commit is contained in:
parent
13cdc03103
commit
dc30354699
9 changed files with 93 additions and 20 deletions
5
test
Executable file
5
test
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# for development
|
||||
docker-compose up -d
|
||||
docker-compose exec test vendor/bin/phpunit "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue