Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c8c0f8

Browse files
committedNov 3, 2021
1 parent 48c6d42 commit 3c8c0f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ notifications:
77
- wjielai@tencent.com
88
- fysntian@tencent.com
99

10+
env:
11+
global:
12+
- XDEBUG_MODE=coverage
13+
1014
before_script:
1115
- composer install --prefer-dist --dev --no-interaction
1216

‎phpunit.xml

-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@
1010
<directory>tests</directory>
1111
</testsuite>
1212
</testsuites>
13-
<logging/>
14-
<php>
15-
<ini name="xdebug.mode" value="coverage"/>
16-
</php>
1713
</phpunit>

0 commit comments

Comments
 (0)
Please sign in to comment.