function isType

Returns a PHPUnit_Framework_Constraint_IsType matcher object.

@since Method available since Release 3.0.0

Parameters

string $type:

Return value

PHPUnit_Framework_Constraint_IsType

File

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

Code

function isType($type) {
  return call_user_func_array('PHPUnit_Framework_Assert::isType', func_get_args());
}