PHPUnit_Framework_Constraint_GreaterThan::__construct PHP Method

__construct() public method

public __construct ( numeric $value )
$value numeric
    public function __construct($value)
    {
        $this->value = $value;
    }
PHPUnit_Framework_Constraint_GreaterThan