You are here

protected property PHPUnit_Framework_Constraint_LessThan::$value in Zircon Profile 8

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

Type: numeric

File

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

Class

PHPUnit_Framework_Constraint_LessThan
Constraint that asserts that the value it is evaluated for is less than a given value.

Code

protected $value;