function assertStringMatchesFormatFile

Asserts that a string matches a given format file.

@since Method available since Release 3.5.0

Parameters

string $formatFile:

string $string:

string $message:

File

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

Code

function assertStringMatchesFormatFile($formatFile, $string, $message = '') {
  return call_user_func_array('PHPUnit_Framework_Assert::assertStringMatchesFormatFile', func_get_args());
}