예제 #1
0
파일: SDTTest.php 프로젝트: Senasum/PHPWord
 /**
  * Test set type
  */
 public function testSetTypeNull()
 {
     $object = new SDT('comboBox');
     $object->setType(' ');
     $this->assertEquals('comboBox', $object->getType());
 }