We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785eda0 commit 9c43ca4Copy full SHA for 9c43ca4
.travis.yml
@@ -18,4 +18,4 @@ before_script:
18
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh
19
20
script:
21
- - phpunit --coverage-text
+ - vendor/bin/phpunit --coverage-text
composer.json
@@ -39,7 +39,8 @@
39
"ext-mcrypt": "*",
40
"mikey179/vfsstream": "^1.6.5",
41
"symfony/filesystem": "^3|^4",
42
- "symfony/process": "^3|^4"
+ "symfony/process": "^3|^4",
43
+ "phpunit/phpunit": "^5"
44
},
45
"autoload": {
46
"psr-0": { "BeSimple\\": "src/" }
0 commit comments