requests/test-server

Test server to respond to Requests' tests!

dev-main 2023-06-26 08:20 UTC

This package is auto-updated.

Last update: 2024-03-26 12:20:42 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

  1. Check for open issues or open a new issue for a feature request or a bug.
  2. Fork the repository on Github to start making your changes to the develop branch (or branch off of it).
  3. Write one or more tests which show that the bug was fixed or that the feature works as expected.
  4. 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.