7 calls to Assert::assertJson()
- Assert::assertJsonFileEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two JSON files are equal.
- Assert::assertJsonFileNotEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two JSON files are not equal.
- Assert::assertJsonStringEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the generated JSON encoded object and the content of the given file are equal.
- Assert::assertJsonStringEqualsJsonString in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two given JSON encoded objects or arrays are equal.
- Assert::assertJsonStringNotEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the generated JSON encoded object and the content of the given file are not equal.
- Assert::assertJsonStringNotEqualsJsonString in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two given JSON encoded objects or arrays are not equal.
- Functions.php in vendor/
phpunit/ phpunit/ src/ Framework/ Assert/ Functions.php