/**
  * Test get writer part null
  */
 public function testGetWriterPartNull()
 {
     $object = new ODPresentation(new PhpPowerpoint());
     $this->assertNull($object->getWriterPart('foo'));
 }