Skip to content

php-http/psr7-integration-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 28, 2023
c333566 · Apr 28, 2023
Apr 28, 2023
Apr 20, 2023
Apr 7, 2023
Feb 12, 2017
Feb 12, 2017
Dec 16, 2019
Feb 12, 2017
Feb 12, 2017
Aug 19, 2020
Apr 28, 2023
Feb 12, 2017
Apr 28, 2023
Apr 28, 2023
Jan 7, 2020

Repository files navigation

HTTP Message

Total Downloads

Test PSR7 implementations against the specification.

Status

PSR7 Implementation Status Legacy
Guzzle Guzzle
Laminas Laminas Legacy (failures expected)
Slim Slim
Nyholm Nyholm
RingCentral RingCentral

Install

To use the integration tests with a PSR-7 implementation, add this package to the dev dependencies:

$ composer require --dev php-http/psr7-integration-tests

Then set up phpunit to run the tests for your implementation.

Documentation

Please see the official documentation.

Testing

This repository also is set up to test a couple of implementations directly. You need to install dependencies from source for the tests to work:

$ composer update --prefer-source

Note: If you already have the sources installed, you need to delete the vendor folder before running the above command.

Run the test suite for one implementation with:

$ composer test -- --testsuite <name>

The names are Guzzle, Laminas, Slim, Nyholm, RingCentral.

It is also possible to exclude tests that require a live internet connection:

$ composer test -- --testsuite <name> --exclude-group internet

Contributing

Please see our contributing guide.

Security

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

License

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