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