blastcloud/chassis

A framework for building declarative HTTP client test libraries

1.1.1 2024-02-19 20:48 UTC

This package is auto-updated.

Last update: 2024-04-20 03:53:11 UTC


README

run-tests 68747470733a2f2f706f7365722e707567782e6f72672f626c617374636c6f75642f636861737369732f762f737461626c65 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33663565346661373162643033636538343234662f6d61696e7461696e6162696c697479 68747470733a2f2f706f7365722e707567782e6f72672f626c617374636c6f75642f636861737369732f6c6963656e7365

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.