1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 07:04:03 +00:00

add phpunit.xml variations

This commit is contained in:
Samuel Štancl 2019-08-04 17:40:44 +02:00
parent 7c598ae2fe
commit 89990799f2
8 changed files with 628 additions and 34 deletions

View file

@ -553,7 +553,7 @@ However, you still need to reload nginx configuration to apply the changes to co
### With Docker
If you have Docker installed, simply run `docker-compose exec test vendor/bin/phpunit -v`. If you need to run the tests multiple times during development, run `./test` to run the tests. This script runs `docker-compose up -d` and phpunit via the `test` container. When you're done testing, run `docker-compose down` to shut down the containers.
If you have Docker installed, simply run `./test`. When you're done testing, run `docker-compose down` to shut down the containers.
### Without Docker