/** * Test for TextPropertyItem::getItemType * * @return void */ public function testGetItemTypeText() { $object = new TextPropertyItem(); $this->assertEquals("text", $object->getItemType()); }