Skip to content

Commit bc9dfdb

Browse files
committed
test enhancement
1 parent a45be88 commit bc9dfdb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.6
55
- 7.0
66
- 7.1
7+
- 7.2
78
- nightly
89

910
env:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
test:
22
mkdir -p build/logs
3-
phpunit -c phpunit.xml.dist
3+
php vendor/bin/phpunit

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"require-dev": {
1717
"satooshi/php-coveralls": "dev-master|^1.0",
18-
"sllh/php-cs-fixer-styleci-bridge": "^2.0"
18+
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
19+
"phpunit/phpunit": "^4.8|^5.5|^6.5"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)