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

testSetTags() public method

public testSetTags ( )
    public function testSetTags()
    {
        $this->if($test = new emptyTest())->then->object($test->setTags($tags = array(uniqid(), uniqid())))->isIdenticalTo($test)->array($test->getTags())->isEqualTo($tags);
    }