Fuel\Validation\ResultTest::testSetGetValidated PHP Method

testSetGetValidated() public method

public testSetGetValidated ( )
    public function testSetGetValidated()
    {
        $this->object->setValidated('test');
        $this->assertEquals(array('test'), $this->object->getValidated());
    }