function stringEndsWith

Returns a PHPUnit_Framework_Constraint_StringEndsWith matcher object.

@since Method available since Release 3.4.0

Parameters

mixed $suffix:

Return value

PHPUnit_Framework_Constraint_StringEndsWith

File

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

Code

function stringEndsWith($suffix) {
  return call_user_func_array('PHPUnit_Framework_Assert::stringEndsWith', func_get_args());
}