@@ -111,7 +111,7 @@ public function testAxisFont()
111
111
$ this ->assertEquals ('AABBCC ' , $ oXMLDoc ->getElementAttribute ($ element , 'val ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Color XAxis
112
112
$ element = '/c:chartSpace/c:chart/c:plotArea/c:catAx/c:txPr/a:p/a:pPr/a:defRPr ' ;
113
113
$ this ->assertTrue ($ oXMLDoc ->elementExists ($ element , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ()));
114
- $ this ->assertEquals ('true ' ,$ oXMLDoc ->getElementAttribute ($ element , 'i ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Italic XAxis
114
+ $ this ->assertEquals ('true ' , $ oXMLDoc ->getElementAttribute ($ element , 'i ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Italic XAxis
115
115
$ this ->assertEquals (10 *100 , $ oXMLDoc ->getElementAttribute ($ element , 'sz ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Size XAxis
116
116
$ this ->assertEquals ('sngStrike ' , $ oXMLDoc ->getElementAttribute ($ element , 'strike ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //StrikeThrough XAxis
117
117
$ this ->assertEquals (Font::UNDERLINE_NONE , $ oXMLDoc ->getElementAttribute ($ element , 'u ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Underline XAxis
@@ -120,7 +120,7 @@ public function testAxisFont()
120
120
$ this ->assertEquals ('00FF00 ' , $ oXMLDoc ->getElementAttribute ($ element , 'val ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Color YAxis
121
121
$ element = '/c:chartSpace/c:chart/c:plotArea/c:valAx/c:txPr/a:p/a:pPr/a:defRPr ' ;
122
122
$ this ->assertTrue ($ oXMLDoc ->elementExists ($ element , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ()));
123
- $ this ->assertEquals ('false ' ,$ oXMLDoc ->getElementAttribute ($ element , 'i ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Italic YAxis
123
+ $ this ->assertEquals ('false ' , $ oXMLDoc ->getElementAttribute ($ element , 'i ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Italic YAxis
124
124
$ this ->assertEquals (16 *100 , $ oXMLDoc ->getElementAttribute ($ element , 'sz ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Size YAxis
125
125
$ this ->assertEquals ('noStrike ' , $ oXMLDoc ->getElementAttribute ($ element , 'strike ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //StrikeThrough YAxis
126
126
$ this ->assertEquals (Font::UNDERLINE_DASH , $ oXMLDoc ->getElementAttribute ($ element , 'u ' , 'ppt/charts/ ' .$ oShape ->getIndexedFilename ())); //Underline YAxis
0 commit comments