We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8255e5b commit 3612ca2Copy full SHA for 3612ca2
.travis.yml
@@ -19,7 +19,7 @@ before_script:
19
- patch -p0 < build/sauce.patch
20
21
script:
22
- - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
+ - vendor/bin/phpunit --configuration `pwd`/tests/phpunit.xml --coverage-clover ../build/logs/clover.xml
23
- vendor/bin/paratest -p 8 -f --phpunit=vendor/bin/phpunit tests/SeleniumTest.php
24
25
after_script: vendor/bin/test-reporter
phpunit.xml
0 commit comments