Ejemplo n.º 1
0
 /**
  * Get writer part return null value
  */
 public function testGetWriterPartNull()
 {
     $object = new ODText();
     $this->assertNull($object->getWriterPart('foo'));
 }