Introduction
This is about the JSON assertions.
After looking at the official PHPUnit doc, it doesn't provide related JSON assertions.
Perhaps we can consider implementing following JSON assertions:
assertIsJsonFile
assertIsJsonString
assertJsonStringContainsKey
assertJsonStringContainsValue
assertJsonFileContainsKey
assertJsonFileContainsValue
@adhocore , what do you think about this?
Introduction
This is about the JSON assertions.
After looking at the official PHPUnit doc, it doesn't provide related JSON assertions.
Perhaps we can consider implementing following JSON assertions:
assertIsJsonFileassertIsJsonStringassertJsonStringContainsKeyassertJsonStringContainsValueassertJsonFileContainsKeyassertJsonFileContainsValue@adhocore , what do you think about this?