Use PHPunit from vendor folder

This commit is contained in:
Frederic Guillot 2017-03-11 09:06:54 -05:00
parent 6d814566fb
commit 469112918d
1 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ before_script:
script:
- ./node_modules/.bin/jshint assets/js/{core,components}
- phpunit -c tests/units.$DB.xml
- phpunit tests/configtest
- ./vendor/bin/phpunit -c tests/units.$DB.xml
- ./vendor/bin/phpunit tests/configtest