File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
src/PhpPresentation/Writer/ODPresentation
tests/PhpPresentation/Tests/Writer Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -924,5 +924,4 @@ private function writeWallStyle(Chart $chart)
924
924
// > style:style
925
925
$ this ->xmlContent ->endElement ();
926
926
}
927
-
928
927
}
Original file line number Diff line number Diff line change @@ -40,16 +40,6 @@ public function tearDown()
40
40
*/
41
41
public function testConstruct ()
42
42
{
43
- $ objectPrefix = 'PhpOffice \\PhpPresentation \\Writer \\ODPresentation \\' ;
44
- $ parts = array (
45
- 'content ' => 'Content ' ,
46
- 'manifest ' => 'Manifest ' ,
47
- 'meta ' => 'Meta ' ,
48
- 'mimetype ' => 'Mimetype ' ,
49
- 'styles ' => 'Styles ' ,
50
- 'drawing ' => 'Drawing ' ,
51
- );
52
-
53
43
$ oPhpPresentation = new PhpPresentation ();
54
44
$ oPhpPresentation ->getActiveSlide ()->createDrawingShape ();
55
45
$ object = new ODPresentation ($ oPhpPresentation );
You can’t perform that action at this time.
0 commit comments