Skip to content

Commit 4fab92a

Browse files
committed
Fix TravisCI errors (#33 - #35)
1 parent c2b8e8f commit 4fab92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpPowerpoint/Tests/Writer/ODPresentation/ChartsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testNoChart()
5656
$oChart = $oSlide->createChartShape();
5757
$oChart->getPlotArea()->setType($oStub);
5858

59-
$pres = TestHelperDOCX::getDocument($phpPowerPoint, 'ODPresentation');
59+
TestHelperDOCX::getDocument($phpPowerPoint, 'ODPresentation');
6060
}
6161

6262
public function testChartBar3D()

0 commit comments

Comments
 (0)