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 385a496 commit fd0cbe2Copy full SHA for fd0cbe2
composer.json
@@ -21,6 +21,7 @@
21
"require-dev": {
22
"zendframework/zend-diactoros": "^1.0",
23
"guzzlehttp/psr7": "^1.0",
24
+ "php-http/guzzle6-adapter": "^0.2",
25
"phpspec/phpspec": "^2.4@dev",
26
"henrikbjorn/phpspec-code-coverage" : "^1.0"
27
},
phpspec.yml.ci
@@ -3,7 +3,6 @@ suites:
3
namespace: Http\Discovery
4
psr4_prefix: Http\Discovery
5
bootstrap: spec/bootstrap.php
6
-formatter.name: pretty
7
extensions:
8
- PhpSpec\Extension\CodeCoverageExtension
9
code_coverage:
phpspec.yml.dist
@@ -2,5 +2,4 @@ suites:
2
discovery_suite:
-bootstrap: spec/bootstrap.php
formatter.name: pretty
spec/bootstrap.php
0 commit comments