function identicalTo

Returns a PHPUnit_Framework_Constraint_IsIdentical matcher object.

@since Method available since Release 3.0.0

Parameters

mixed $value:

Return value

PHPUnit_Framework_Constraint_IsIdentical

File

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

Code

function identicalTo($value) {
  return call_user_func_array('PHPUnit_Framework_Assert::identicalTo', func_get_args());
}