Gc\Component\TabsTest::testRenderWithoutParams PHP Method

testRenderWithoutParams() public method

Test
public testRenderWithoutParams ( ) : void
return void
    public function testRenderWithoutParams()
    {
        $this->object->setData(array('string'));
        $this->assertEquals('<ul><li><a href="#tabs-1">string</a></li></ul>', $this->object->render());
    }