Skip to content

Commit fd0cbe2

Browse files
committed
Use Guzzle 6 Adapter for testing, fixes #14
1 parent 385a496 commit fd0cbe2

File tree

4 files changed

+1
-18
lines changed

4 files changed

+1
-18
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"require-dev": {
2222
"zendframework/zend-diactoros": "^1.0",
2323
"guzzlehttp/psr7": "^1.0",
24+
"php-http/guzzle6-adapter": "^0.2",
2425
"phpspec/phpspec": "^2.4@dev",
2526
"henrikbjorn/phpspec-code-coverage" : "^1.0"
2627
},

phpspec.yml.ci

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ suites:
33
namespace: Http\Discovery
44
psr4_prefix: Http\Discovery
55
bootstrap: spec/bootstrap.php
6-
formatter.name: pretty
76
extensions:
87
- PhpSpec\Extension\CodeCoverageExtension
98
code_coverage:

phpspec.yml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ suites:
22
discovery_suite:
33
namespace: Http\Discovery
44
psr4_prefix: Http\Discovery
5-
bootstrap: spec/bootstrap.php
65
formatter.name: pretty

spec/bootstrap.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)