requests / test-server
Test server to respond to Requests' tests!
Installs: 27 983
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 1
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2024-11-02 10:44:20 UTC
README
This repository is a simplistic test server that is being used by the Requests for PHP library to run its automated testing suite.
Installation
This package is not meant to be used as a stand-alone server. Rather, it is being used by the CI testing workflows in the Requests for PHP library.
To install it in your local environment anyway, you can use the following command:
composer install
Note: This package requires Composer v2.2+ to work correctly.
Contribute
- Check for open issues or open a new issue for a feature request or a bug.
- Fork the repository on Github to start making your changes to the
develop
branch (or branch off of it). - Write one or more tests which show that the bug was fixed or that the feature works as expected.
- Send in a pull request.
If you have questions while working on your contribution and you use Slack, there is a #core-http-api channel available in the WordPress Slack in which contributions can be discussed.