function assertStringNotMatchesFormatFile

Asserts that a string does not match a given format string.

@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 1444

Code

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