use vendor phpunit

This commit is contained in:
Robin Appelman 2019-03-11 12:45:48 +01:00
commit 2178a2be0e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.idea
vendor
composer.lock
build

View file

@ -17,7 +17,7 @@ install:
script:
- mkdir -p build/logs
- cd tests
- phpunit --coverage-clover ../build/logs/clover.xml --configuration phpunit.xml
- ../vendor/bin/phpunit --coverage-clover ../build/logs/clover.xml --configuration phpunit.xml
after_script:
- cd $CURRENT_DIR