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 054d30f commit 1a4e8c4Copy full SHA for 1a4e8c4
.travis.yml
@@ -15,5 +15,5 @@ before_script:
15
- ./src/BeSimple/SoapClient/Tests/bin/axis.sh
16
17
script:
18
- - phpunit --coverage-text
+ - vendor/bin/phpunit --coverage-text
19
composer.json
@@ -39,7 +39,8 @@
39
"ext-mcrypt": "*",
40
"mikey179/vfsStream": "~1.0",
41
"symfony/filesystem": "^2.8",
42
- "symfony/process": "^2.8"
+ "symfony/process": "^2.8",
43
+ "phpunit/phpunit": "^5.3"
44
},
45
"autoload": {
46
"psr-0": { "BeSimple\\": "src/" }
0 commit comments