Gc\Component\TabsTest::testToStringWithEmptyData PHP Method

testToStringWithEmptyData() public method

Test
public testToStringWithEmptyData ( ) : void
return void
    public function testToStringWithEmptyData()
    {
        $this->object->setData(array());
        $this->assertFalse($this->object->__toString());
    }