Skip to content

A framework for building declarative testing libraries for PHP / HTTP request packages.

License

Notifications You must be signed in to change notification settings

blastcloud/chassis

Repository files navigation

Chassis

run-tests

A framework for building declarative testing libraries for PHP / HTTP request packages.

Chassis provides a foundation upon which a shared testing syntax can be used across different HTTP client projects in the PHP community (thus far Guzzle with Guzzler and HttpClient with Hybrid).

Requirements

  • PHP 8.1+
  • PHPUnit 9.6+

The one firm requirement is PHPUnit, as the testing infrastructure of Chassis is based on the PHPUnit assertion and test case classes. Chassis also only supports the versions of PHPUnit currently supported. As new versions of PHPUnit are delivered and support for the older versions are dropped, Chassis will drop support also.

As each new version of PHPUnit arrives, Chassis will also drop supported versions of PHP the language.

About

A framework for building declarative testing libraries for PHP / HTTP request packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages