Skip to content

php-http/mock-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 20, 2019
d41093e · Jan 20, 2019

History

45 Commits
Aug 23, 2016
Jan 3, 2019
Jan 7, 2019
Dec 29, 2015
Aug 23, 2016
Aug 23, 2016
Dec 29, 2015
Dec 29, 2015
Aug 23, 2016
Dec 30, 2018
Jan 20, 2019
Feb 26, 2016
Dec 2, 2018
Dec 30, 2018
Aug 23, 2016
Dec 29, 2015

Repository files navigation

Mock Client

Latest Version Software License Build Status Code Coverage Quality Score Total Downloads

Mock HTTP client

Install

Via Composer

$ composer require --dev php-http/mock-client

Usage

This client does not actually send requests to any server.

Instead it stores the request and returns a pre-set response or throws an exception. This client is useful for unit testing code that depends on a HTTPlug client to send requests and receive responses.

Documentation

Please see the mock client section in the official documentation.

Testing

$ composer test

Contributing

Please see our contributing guide.

Security

If you discover any security related issues, please contact us at security@php-http.org.

Credits

Thanks to David de Boer for implementing the mock client.

License

The MIT License (MIT). Please see License File for more information.