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