function assertFileExists

Asserts that a file exists.

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

Code

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