mageekguy\atoum\tests\units\test::testResetFunction PHP Method

testResetFunction() public method

public testResetFunction ( )
    public function testResetFunction()
    {
        $this->if($test = new emptyTest())->and($this->function->md5 = uniqid())->then->object($test->resetFunction($this->function->md5))->isIdenticalTo($this->function->md5);
    }