Skip to content

Commit 6243c4a

Browse files
ISSUE-212: Moved PHPUnit logging configuration from phpunit.xml.dist to .travis.yml
1 parent 3a2be7f commit 6243c4a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
- './cc-test-reporter before-build'
2020

2121
script:
22-
- 'XDEBUG_MODE=coverage vendor/bin/phpunit'
22+
- 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml'
2323

2424
after_success:
2525
- 'bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'

phpunit.xml.dist

-6
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@
2222
</whitelist>
2323
</filter>
2424

25-
<logging>
26-
<log type="coverage-html" target="build/coverage" />
27-
<log type="coverage-clover" target="build/logs/clover.xml" />
28-
<log type="coverage-text" target="php://stdout" />
29-
</logging>
30-
3125
</phpunit>

0 commit comments

Comments
 (0)