Skip to content

Commit f05883c

Browse files
committed
removed rawOptions from test
1 parent 5031c9e commit f05883c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Map/tests/MapTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ public function toArray(): array
193193
'title' => 'Polygon 1',
194194
'infoWindow' => null,
195195
'extra' => $array['polygons'][0]['extra'],
196-
'rawOptions' => $array['polygons'][0]['rawOptions'],
197196
],
198197
[
199198
'points' => [
@@ -211,7 +210,6 @@ public function toArray(): array
211210
'extra' => $array['polygons'][1]['infoWindow']['extra'],
212211
],
213212
'extra' => $array['polygons'][1]['extra'],
214-
'rawOptions' => $array['polygons'][1]['rawOptions'],
215213
],
216214
],
217215
], $array);

0 commit comments

Comments
 (0)