Skip to content

Commit 01007d9

Browse files
committed
add tests
1 parent 1be953a commit 01007d9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ language: php
44

55
php:
66
- 7.3
7+
- 7.4
8+
- 8.0
79

810
install:
911
- composer install --prefer-dist

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
<directory>test</directory>
1111
</testsuite>
1212
</testsuites>
13+
<php>
14+
<env name="XDEBUG_MODE" value="coverage"/>
15+
</php>
1316
</phpunit>

0 commit comments

Comments
 (0)