function isNull

Returns a PHPUnit_Framework_Constraint_IsNull matcher object.

@since Method available since Release 3.3.0

Return value

PHPUnit_Framework_Constraint_IsNull

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php, line 2077

Code

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