Phue\Test\ConditionTest::testChanged PHP Method

testChanged() public method

Test: Changed
public testChanged ( )
    public function testChanged()
    {
        $this->condition->changed();
        $this->assertEquals(Condition::OPERATOR_CHANGED, $this->condition->getOperator());
    }