Added phpunit.xml
Was still typing in the full command to run phpunit from time to time. Can now just run unit tests by running phpunit without any config flags
This commit is contained in:
parent
d7ad1d148e
commit
2445f2f339
2 changed files with 14 additions and 1 deletions
|
@ -39,7 +39,7 @@ before_script:
|
|||
- phpenv rehash
|
||||
|
||||
script:
|
||||
- phpunit --stderr --colors --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
|
||||
- phpunit --configuration phpunit.xml --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml
|
||||
|
||||
after_success:
|
||||
- php vendor/bin/coveralls --config ../.coveralls.yml -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue