function assertThat

Evaluates a PHPUnit_Framework_Constraint matcher object.

@since Method available since Release 3.0.0

Parameters

mixed$value:

PHPUnit_Framework_Constraint $constraint:

string $message:

File

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

Code

function assertThat($value, PHPUnit_Framework_Constraint $constraint, $message = '') {
  return call_user_func_array('PHPUnit_Framework_Assert::assertThat', func_get_args());
}