| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | public function imageUrlProvider() { |
||
| 25 | return [ |
||
| 26 | [ 'markerImage.png', 'markerImage.png' ], |
||
| 27 | [ '/w/images/c/ce/Green_marker.png', '/w/images/c/ce/Green_marker.png' ], |
||
| 28 | [ |
||
| 29 | '//semantic-mediawiki.org/w/images/c/ce/Green_marker.png', |
||
| 30 | '//semantic-mediawiki.org/w/images/c/ce/Green_marker.png' |
||
| 31 | ], |
||
| 32 | [ 'Cat2.jpg', 'Cat2.jpg' ], |
||
| 33 | ]; |
||
| 34 | } |
||
| 35 | |||
| 45 |
This method has been deprecated.