PhpOffice\PhpPresentation\Tests\PhpPresentationTest::testCopy PHP Метод

testCopy() публичный Метод

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