Phue\Test\ConditionTest::testGreaterThan PHP Method

testGreaterThan() public method

Test: Greater than
public testGreaterThan ( )
    public function testGreaterThan()
    {
        $this->condition->greaterThan();
        $this->assertEquals(Condition::OPERATOR_GREATER_THAN, $this->condition->getOperator());
    }