Skip to content

Commit 9c43ca4

Browse files
committed
build: install phpunit 5 and use it
1 parent 785eda0 commit 9c43ca4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ before_script:
1818
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh
1919

2020
script:
21-
- phpunit --coverage-text
21+
- vendor/bin/phpunit --coverage-text

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"ext-mcrypt": "*",
4040
"mikey179/vfsstream": "^1.6.5",
4141
"symfony/filesystem": "^3|^4",
42-
"symfony/process": "^3|^4"
42+
"symfony/process": "^3|^4",
43+
"phpunit/phpunit": "^5"
4344
},
4445
"autoload": {
4546
"psr-0": { "BeSimple\\": "src/" }

0 commit comments

Comments
 (0)