You are here

protected property PHPUnit_Framework_SyntheticError::$syntheticLine in Zircon Profile 8

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

The synthetic line number.

Type: int

File

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

Class

PHPUnit_Framework_SyntheticError
Creates a synthetic failed assertion.

Code

protected $syntheticLine = 0;