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 c2b8e8f commit 4fab92aCopy full SHA for 4fab92a
tests/PhpPowerpoint/Tests/Writer/ODPresentation/ChartsTest.php
@@ -56,7 +56,7 @@ public function testNoChart()
56
$oChart = $oSlide->createChartShape();
57
$oChart->getPlotArea()->setType($oStub);
58
59
- $pres = TestHelperDOCX::getDocument($phpPowerPoint, 'ODPresentation');
+ TestHelperDOCX::getDocument($phpPowerPoint, 'ODPresentation');
60
}
61
62
public function testChartBar3D()
0 commit comments