function isEmpty

Returns a PHPUnit_Framework_Constraint_IsEmpty matcher object.

@since Method available since Release 3.5.0

Return value

PHPUnit_Framework_Constraint_IsEmpty

File

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

Code

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