Skip to content

Commit 3bf4cc3

Browse files
authored
1 parent 6103122 commit 3bf4cc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PhpPresentation/Tests/Slide/TransitionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@ public function testTransitionType()
8888
$this->assertNull($object->getTransitionType());
8989
$this->assertInstanceOf('PhpOffice\\PhpPresentation\\Slide\\Transition', $object->setTransitionType(Transition::TRANSITION_RANDOM));
9090
$this->assertEquals(Transition::TRANSITION_RANDOM, $object->getTransitionType());
91-
9291
}
9392
}

0 commit comments

Comments
 (0)