copy() public method

Copy presentation (!= clone!)
public copy ( ) : PhpPresentation
return PhpPresentation
 /**
  * Test copy presentation
  */
 public function testCopy()
 {
     $object = new PhpPresentation();
     $this->assertInstanceOf('PhpOffice\\PhpPresentation\\PhpPresentation', $object->copy());
 }