PhpOffice\PhpPresentation\Tests\PhpPresentationTest::testCopy PHP Method

testCopy() public method

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