Пример #1
0
 /**
  * Test copy presentation
  */
 public function testCopy()
 {
     $object = new PhpPowerpoint();
     $this->assertInstanceOf('PhpOffice\\PhpPowerpoint\\PhpPowerpoint', $object->copy());
 }