Skip to content

Commit

Permalink
Set phpunit.xml.dist file for tests in Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Jul 21, 2017
1 parent cb3e1de commit 50dbef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 50dbef7

Please sign in to comment.