Skip to content

Commit

Permalink
Merge pull request #26 from php-http/Nyholm-patch-1
Browse files Browse the repository at this point in the history
Show how to run the tests
  • Loading branch information
dbu authored May 22, 2017
2 parents d602927 + 455cec6 commit 98cec80
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,17 @@ Start the HTTP Test server:
$ vendor/bin/http_test_server
```

Run tests.
Install an adapter.

``` bash
$ composer require php-http/curl-client:dev-master zendframework/zend-diactoros
```

Run the tests.

``` bash
./vendor/bin/phpunit --testsuite curl --printer "Http\Client\Tests\ResultPrinter"
```

## Contributing

Expand Down

0 comments on commit 98cec80

Please sign in to comment.