phpunit-json-assert icon indicating copy to clipboard operation
phpunit-json-assert copied to clipboard

PHPUnit assertions for JSON documents

Results 14 phpunit-json-assert issues
Sort by recently updated
recently updated
newest added

I've also added config to make tests fail in case there are deprecation notices.

JSONPath lib got rid of some deprecations: https://github.com/SoftCreatR/JSONPath/pull/74#issuecomment-1025795747 So it would be great to either upgrade to 0.8 and drop php7 support or at least allow both 0.7 and 0.8...

method assertJsonDocumentMatchesSchema accepts only array as a second argument due to phpdoc, but JsonValueMatches constructor (which is called inside)can receive both (array and object)

First of all, let me thank you for your library. I find it really useful in testing JSON APIs. However, I think I faced a problem that I'm not sure...

Closes https://github.com/martin-helmich/phpunit-json-assert/issues/54

Hello Martin, thank you for your great package, we like it very much. Can you please unlock the phpstan 11 conflict? We cannot upgrade due to this block. Thank you...

- Updated `.gitattributes` to exclude `.github/` directory and sorted records alphabetically. - Fixed name of Coverage CI job.

As I see, 3 MR exist for the last year. Is this repository maintained, or can I create a mirror and continue to maintain it?

Updates the requirements on [softcreatr/jsonpath](https://github.com/SoftCreatR/JSONPath) to permit the latest version. Release notes Sourced from softcreatr/jsonpath's releases. 0.9.1 What's Changed Fixes #20 Filter subpaths by @​Schrank in SoftCreatR/JSONPath#78 New Contributors @​Schrank...

dependencies