1 | <?php |
||
3 | class MapAPITest extends SapphireTest { |
||
1 ignored issue
–
show
|
|||
4 | public function testsetKey() { |
||
7 | |||
8 | |||
9 | public function testsetIncludeDownloadJavascript() { |
||
12 | |||
13 | |||
14 | public function testsetShowInlineMapDivStyle() { |
||
17 | |||
18 | |||
19 | public function testsetAdditionalCSSClasses() { |
||
22 | |||
23 | |||
24 | public function testsetMapStyle() { |
||
27 | |||
28 | |||
29 | public function testsetDelayLoadMapFunction() { |
||
32 | |||
33 | |||
34 | public function testsetDivId() { |
||
37 | |||
38 | |||
39 | public function testsetDirectionDivId() { |
||
42 | |||
43 | |||
44 | public function testsetSize() { |
||
47 | |||
48 | |||
49 | public function testsetIconSize() { |
||
52 | |||
53 | |||
54 | public function testsetLang() { |
||
57 | |||
58 | |||
59 | public function testsetZoom() { |
||
62 | |||
63 | |||
64 | public function testsetInfoWindowZoom() { |
||
67 | |||
68 | |||
69 | public function testsetEnableWindowZoom() { |
||
72 | |||
73 | |||
74 | public function testsetEnableAutomaticCenterZoom() { |
||
77 | |||
78 | |||
79 | public function testsetCenter() { |
||
82 | |||
83 | |||
84 | public function testsetMapType() { |
||
87 | |||
88 | |||
89 | public function testsetAllowFullScreen() { |
||
92 | |||
93 | |||
94 | public function testsetLatLongCenter() { |
||
97 | |||
98 | |||
99 | public function testsetDisplayDirectionFields() { |
||
102 | |||
103 | |||
104 | public function testsetDefaultHideMarker() { |
||
107 | |||
108 | |||
109 | public function testgetGoogleMap() { |
||
112 | |||
113 | |||
114 | public function testgetContent() { |
||
117 | |||
118 | |||
119 | public function testgeocoding() { |
||
122 | |||
123 | public function testaddMarkerByCoords() { |
||
126 | |||
127 | |||
128 | public function testaddMarkerByAddress() { |
||
131 | |||
132 | |||
133 | public function testaddArrayMarkerByCoords() { |
||
136 | |||
137 | |||
138 | public function testaddMarkerAsObject() { |
||
141 | |||
142 | |||
143 | public function testconnectPoints() { |
||
146 | |||
147 | |||
148 | public function testforTemplate() { |
||
151 | |||
152 | |||
153 | public function testaddArrayMarkerByAddress() { |
||
156 | |||
157 | |||
158 | public function testaddDirection() { |
||
161 | |||
162 | |||
163 | public function testaddKML() { |
||
166 | |||
167 | |||
168 | public function testaddLine() { |
||
171 | |||
172 | |||
173 | function testjsonRemoveUnicodeSequences() { |
||
176 | |||
177 | |||
178 | public function testgenerate() { |
||
181 | |||
182 | |||
183 | function testprocessTemplateJS() { |
||
186 | |||
187 | |||
188 | function testprocessTemplateHTML() { |
||
191 | |||
192 | } |
||
193 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.