File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1111
1212Via Composer
1313
14- ``` bash
14+ ``` bash
1515$ composer require php-http/client-integration-tests
1616```
1717
1818
1919## Usage
2020
21- This package should not be used on its own. It provides integration tests for HTTP Adapters .
21+ This package should not be used on its own. It provides integration tests for HTTP Clients .
2222
2323
2424### Running tests for HTTP Adapters
2525
2626Start the HTTP Test server:
2727
28- ``` bash
28+ ``` bash
2929$ vendor/bin/http_test_server
3030```
3131
3232Install an adapter.
3333
34- ``` bash
34+ ``` bash
3535$ composer require php-http/curl-client:dev-master zendframework/zend-diactoros
3636```
3737
3838Run the tests.
3939
40- ``` bash
40+ ``` bash
4141./vendor/bin/phpunit --testsuite curl --printer " Http\Client\Tests\ResultPrinter"
4242```
4343
44+
4445## Contributing
4546
4647Please see our [ contributing guide] ( http://docs.php-http.org/en/latest/development/contributing.html ) .
You can’t perform that action at this time.
0 commit comments