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

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

Test remove slide by index exception
    public function testRemoveSlideByIndexException()
    {
        $object = new PhpPresentation();
        $object->removeSlideByIndex(1);
    }