Releases: estahn/phpunit-json-assertions
Releases · estahn/phpunit-json-assertions
v4.0.0
v3.0.0
3.0.0 (2018-10-26)
BREAKING CHANGES
-
Upgrade libraries, changing interfaces and introducing schema storage
-
justinrainbow/json-schema
has been upgraded to the latest version (5.x) -
Interface for
assertJsonMatchesSchema
has changed fromassertJsonMatchesSchema($schema, $content)
toassertJsonMatchesSchema($content, $schema = null)
-
Support for schema storage within traits (see README.md)
v2.0.1
v2.0.0
Bump justinrainbow/json-schema to 2.0
Bump justinrainbow/json-schema to 2.0 (#13) Bump justinrainbow/json-schema to 2.0
Add method to asserts that a response is successful and of type json
- Add method to assert that a response is successful and of type json (
Symfony::assertJsonResponse
)
Symfony Extension
An extension providing assert methods accepting a Symfony\Component\HttpFoundation\Response
as input instead of a JSON array/object.
Bugfixes
Initial Release
v0.1.0 Fix phpunit.xml.dist whitelist