phpunit-psr7-assert
phpunit-psr7-assert copied to clipboard
PHPUnit assertions for PSR-7 messages
Results
4
phpunit-psr7-assert issues
Sort by
recently updated
recently updated
newest added
The usage description reads: > assertMessageBodyMatches($message, $constraint) / bodyMatches($constraint) > > Asserts that the message body matches the constraint $constraint. If $constraint is a primitive value, the assertion will pass...
- Added support for PHPUnit 11 and 12 - Added support for PHP 8.4 - Removed support for PHP 8.0 which is EOL This PR depends on https://github.com/martin-helmich/phpunit-json-assert/pull/58 which has...