You are here

8 calls to PHPUnit_Framework_Assert::assertJson() in Zircon Profile 8

Framework_AssertTest::testAssertJson in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertJson
Framework_AssertTest::testAssertJsonRaisesExceptionForInvalidArgument in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertJson @expectedException PHPUnit_Framework_Exception
PHPUnit_Framework_Assert::assertJsonFileEqualsJsonFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two JSON files are equal.
PHPUnit_Framework_Assert::assertJsonFileNotEqualsJsonFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two JSON files are not equal.
PHPUnit_Framework_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.
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonString in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two given JSON encoded objects or arrays are equal.
PHPUnit_Framework_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.
PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonString in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two given JSON encoded objects or arrays are not equal.