Skip to content

Commit 7f7f633

Browse files
ISSUE-212: Moved PHPUnit logging configuration from phpunit.xml.dist to .travis.yml
1 parent f9bcc87 commit 7f7f633

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 6 deletions
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)