function isTrue

Returns a PHPUnit_Framework_Constraint_IsTrue matcher object.

@since Method available since Release 3.3.0

Return value

PHPUnit_Framework_Constraint_IsTrue

File

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

Code

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