You are here

public function PHPUnit_Framework_SyntheticError::getSyntheticLine in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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;
}