File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
tests/PhpPowerpoint/Tests/Writer/PowerPoint2007 Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -60,22 +60,14 @@ public function testConstructException()
60
60
*/
61
61
public function testPlotAreaBadType ()
62
62
{
63
- $ seriesData = array (
64
- 'A ' => 1 ,
65
- 'B ' => 2 ,
66
- 'C ' => 4 ,
67
- 'D ' => 3 ,
68
- 'E ' => 2 ,
69
- );
70
-
71
63
$ oPHPPowerPoint = new PhpPowerpoint ();
72
64
$ oSlide = $ oPHPPowerPoint ->getActiveSlide ();
73
65
$ oShape = $ oSlide ->createChartShape ();
74
66
$ oShape ->setResizeProportional (false )->setHeight (550 )->setWidth (700 )->setOffsetX (120 )->setOffsetY (80 );
75
67
$ stub = $ this ->getMockForAbstractClass ('PhpOffice\PhpPowerpoint\Shape\Chart\AbstractType ' );
76
68
$ oShape ->getPlotArea ()->setType ($ stub );
77
69
78
- $ oXMLDoc = TestHelperDOCX::getDocument ($ oPHPPowerPoint , 'PowerPoint2007 ' );
70
+ TestHelperDOCX::getDocument ($ oPHPPowerPoint , 'PowerPoint2007 ' );
79
71
}
80
72
81
73
public function testTypeBar3D ()
Original file line number Diff line number Diff line change @@ -260,7 +260,6 @@ public function testLine()
260
260
{
261
261
$ valEmu10 = Drawing::pixelsToEmu (10 );
262
262
$ valEmu90 = Drawing::pixelsToEmu (90 );
263
- $ valEmu100 = Drawing::pixelsToEmu (100 );
264
263
265
264
$ phpPowerPoint = new PhpPowerpoint ();
266
265
$ oSlide = $ phpPowerPoint ->getActiveSlide ();
You can’t perform that action at this time.
0 commit comments