public function PHPUnit_Framework_SyntheticError::getSyntheticFile

Return value

string

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SyntheticError.php, line 101

Class

PHPUnit_Framework_SyntheticError
Creates a synthetic failed assertion.

Code

public function getSyntheticFile() {
  return $this->syntheticFile;
}