@@ -135,11 +135,11 @@ public function testFactory(): void
135
135
</Icon>
136
136
</IconStyle>
137
137
<LabelStyle>
138
- <Color >ff0000ff</Color >
138
+ <color >ff0000ff</color >
139
139
<scale>2</scale>
140
140
</LabelStyle>
141
141
<LineStyle>
142
- <Color >00ff00ff</Color >
142
+ <color >00ff00ff</color >
143
143
<width>1</width>
144
144
</LineStyle>
145
145
<PolyStyle>
@@ -202,11 +202,11 @@ public function testFactory(): void
202
202
$ this ->assertStringContainsStringIgnoringCase ('<h>32</h> ' , $ xml );
203
203
204
204
$ this ->assertStringContainsStringIgnoringCase ('<LabelStyle> ' , $ xml );
205
- $ this ->assertStringContainsStringIgnoringCase ('<Color >ff0000ff</Color > ' , $ xml );
205
+ $ this ->assertStringContainsStringIgnoringCase ('<color >ff0000ff</color > ' , $ xml );
206
206
$ this ->assertStringContainsStringIgnoringCase ('<scale>2</scale> ' , $ xml );
207
207
208
208
$ this ->assertStringContainsStringIgnoringCase ('<LineStyle> ' , $ xml );
209
- $ this ->assertStringContainsStringIgnoringCase ('<Color >00ff00ff</Color > ' , $ xml );
209
+ $ this ->assertStringContainsStringIgnoringCase ('<color >00ff00ff</color > ' , $ xml );
210
210
$ this ->assertStringContainsStringIgnoringCase ('<width>1</width> ' , $ xml );
211
211
212
212
$ this ->assertStringContainsStringIgnoringCase ('<PolyStyle> ' , $ xml );
@@ -286,7 +286,7 @@ public function testLabelStyleWithMissingColor(): void
286
286
$ this ->assertNotFalse ($ xml );
287
287
$ this ->assertStringContainsStringIgnoringCase ('<Style id="test"> ' , $ xml );
288
288
$ this ->assertStringContainsStringIgnoringCase ('<LabelStyle ' , $ xml );
289
- $ this ->assertStringNotContainsStringIgnoringCase ('<Color > ' , $ xml );
289
+ $ this ->assertStringNotContainsStringIgnoringCase ('<color > ' , $ xml );
290
290
$ this ->assertStringContainsStringIgnoringCase ('<scale> ' , $ xml );
291
291
}
292
292
0 commit comments