Set phpunit.xml.dist file for tests in Scrutinizer

This commit is contained in:
Claudio Sanches 2017-07-21 00:28:49 -03:00
parent cb3e1de0be
commit 50dbef7e8e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=results'
command: 'vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=results'
coverage:
file: 'results'
format: 'clover'