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

testRemoveSlideByIndexException() public method

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