Set phpunit.xml.dist file for tests in Scrutinizer
This commit is contained in:
parent
cb3e1de0be
commit
50dbef7e8e
|
@ -14,7 +14,7 @@ build:
|
||||||
tests:
|
tests:
|
||||||
override:
|
override:
|
||||||
-
|
-
|
||||||
command: 'vendor/bin/phpunit --coverage-clover=results'
|
command: 'vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=results'
|
||||||
coverage:
|
coverage:
|
||||||
file: 'results'
|
file: 'results'
|
||||||
format: 'clover'
|
format: 'clover'
|
||||||
|
|
Loading…
Reference in New Issue