function logicalOr

Returns a PHPUnit_Framework_Constraint_Or matcher object.

@since Method available since Release 3.0.0

Return value

PHPUnit_Framework_Constraint_Or

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

File

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

Code

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