public function PHPUnit_Framework_SyntheticError::getSyntheticTrace

Return value

array

File

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

Class

PHPUnit_Framework_SyntheticError
Creates a synthetic failed assertion.

Code

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