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 e4bb26c commit 3ad95c6Copy full SHA for 3ad95c6
composer.json
@@ -20,6 +20,7 @@
20
"php-http/discovery": "^1.2"
21
},
22
"require-dev": {
23
+ "phpunit/phpunit": "^6.0",
24
"amphp/phpunit-util": "^1",
25
"php-http/client-integration-tests": "^0.6.0",
26
"php-http/message": "^1.6"
@@ -28,6 +29,7 @@
28
29
"php-http/client-implementation": "1.0"
30
31
"scripts": {
- "test": "vendor/bin/phpunit"
32
+ "test": "vendor/bin/phpunit",
33
+ "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
34
}
35
0 commit comments