Exemplo n.º 1
0
 public function testGetType()
 {
     $stringObj = new Zend_Pdf_Element_String('some text');
     $this->assertEquals($stringObj->getType(), Zend_Pdf_Element::TYPE_STRING);
 }