You are here

public function PHPUnit_Framework_SyntheticError::getSyntheticTrace in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/SyntheticError.php \PHPUnit_Framework_SyntheticError::getSyntheticTrace()

Return value

array

File

vendor/phpunit/phpunit/src/Framework/SyntheticError.php, line 76

Class

PHPUnit_Framework_SyntheticError
Creates a synthetic failed assertion.

Code

public function getSyntheticTrace() {
  return $this->syntheticTrace;
}