function fileExists

Returns a PHPUnit_Framework_Constraint_FileExists matcher object.

@since Method available since Release 3.0.0

Return value

PHPUnit_Framework_Constraint_FileExists

File

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

Code

function fileExists() {
  return call_user_func_array('PHPUnit_Framework_Assert::fileExists', func_get_args());
}