public function PHPUnit_Framework_SyntheticError::getSyntheticFile in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/SyntheticError.php \PHPUnit_Framework_SyntheticError::getSyntheticFile()
Return value
string
File
- vendor/
phpunit/ phpunit/ src/ Framework/ SyntheticError.php, line 60
Class
- PHPUnit_Framework_SyntheticError
- Creates a synthetic failed assertion.
Code
public function getSyntheticFile() {
return $this->syntheticFile;
}