You are here

function isJson in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Assert/Functions.php \isJson()

Returns a PHPUnit_Framework_Constraint_IsJson matcher object.

@since Method available since Release 3.7.20

Return value

PHPUnit_Framework_Constraint_IsJson

File

vendor/phpunit/phpunit/src/Framework/Assert/Functions.php, line 2068

Code

function isJson() {
  return call_user_func_array('PHPUnit_Framework_Assert::isJson', func_get_args());
}