You are here

protected property PHPUnit_Framework_Constraint_GreaterThan::$value in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php \PHPUnit_Framework_Constraint_GreaterThan::value

Type: numeric

File

vendor/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php, line 22

Class

PHPUnit_Framework_Constraint_GreaterThan
Constraint that asserts that the value it is evaluated for is greater than a given value.

Code

protected $value;