protected property PHPUnit_Framework_Constraint_GreaterThan::$value in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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;