We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6103122 commit 3bf4cc3Copy full SHA for 3bf4cc3
tests/PhpPresentation/Tests/Slide/TransitionTest.php
@@ -88,6 +88,5 @@ public function testTransitionType()
88
$this->assertNull($object->getTransitionType());
89
$this->assertInstanceOf('PhpOffice\\PhpPresentation\\Slide\\Transition', $object->setTransitionType(Transition::TRANSITION_RANDOM));
90
$this->assertEquals(Transition::TRANSITION_RANDOM, $object->getTransitionType());
91
-
92
}
93
0 commit comments