function assertFileNotExists

Asserts that a file does not exist.

@since Method available since Release 3.0.0

Parameters

string $filename:

string $message:

File

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

Code

function assertFileNotExists($filename, $message = '') {
  return call_user_func_array('PHPUnit_Framework_Assert::assertFileNotExists', func_get_args());
}