Skip to content

Commit 54ff09c

Browse files
ISSUE-163: Enabled xdebug mode 'coverage' while unit testing
1 parent f0304c6 commit 54ff09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_script:
1818
- './cc-test-reporter before-build'
1919

2020
script:
21-
- 'vendor/bin/phpunit'
21+
- 'XDEBUG_MODE=coverage vendor/bin/phpunit'
2222

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

0 commit comments

Comments
 (0)