function logicalAnd in Zircon Profile 8
Same name and namespace in other branches
Returns a PHPUnit_Framework_Constraint_And matcher object.
@since Method available since Release 3.0.0
Return value
PHPUnit_Framework_Constraint_And
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Assert/ Functions.php, line 2157
Code
function logicalAnd() {
return call_user_func_array('PHPUnit_Framework_Assert::logicalAnd', func_get_args());
}