function identicalTo in Zircon Profile 8
Same name and namespace in other branches
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
- vendor/
phpunit/ phpunit/ src/ Framework/ Assert/ Functions.php, line 2011
Code
function identicalTo($value) {
return call_user_func_array('PHPUnit_Framework_Assert::identicalTo', func_get_args());
}