Skip to content

Commit 3ca03ca

Browse files
committed
Upgrade PHPUnit to v7
* add composer install to travis
1 parent cd658f2 commit 3ca03ca

File tree

3 files changed

+457
-228
lines changed

3 files changed

+457
-228
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ php:
55
- 7.2
66

77
script:
8+
- composer install
89
- phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"require-dev": {
3333
"ext-simplexml": "*",
34-
"phpunit/phpunit": "^4.0"
34+
"phpunit/phpunit": "^7"
3535
}
3636
}

0 commit comments

Comments
 (0)