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