function logicalAnd

Returns a PHPUnit_Framework_Constraint_And matcher object.

@since Method available since Release 3.0.0

Return value

PHPUnit_Framework_Constraint_And

1 call to logicalAnd()
Framework_Assert_FunctionsTest::testLogicalAnd in drupal/core/vendor/phpunit/phpunit/Tests/Framework/Assert/FunctionsTest.php

File

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

Code

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