PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonString
Asserts that two given JSON encoded objects or arrays are not equal.
Signature
public function assertJsonStringNotEqualsJsonString(string
$expectedJson,
[string
$actualJson = '',
[string
$message = '']] )
Parameters
$expectedJson— string$actualJson— string$message— string