/** * Test copy presentation */ public function testCopy() { $object = new PhpPowerpoint(); $this->assertInstanceOf('PhpOffice\\PhpPowerpoint\\PhpPowerpoint', $object->copy()); }