| 1 | <?php |
||
| 13 | class MapPrinterTest extends QueryPrinterRegistryTestCase { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @see ResultPrinterTestCase::getFormats |
||
| 17 | * |
||
| 18 | * @since 1.8 |
||
| 19 | * |
||
| 20 | * @return array |
||
| 21 | */ |
||
| 22 | public function getFormats() { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @see ResultPrinterTestCase::getClass |
||
| 28 | * |
||
| 29 | * @since 1.8 |
||
| 30 | * |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | public function getClass() { |
||
| 36 | |||
| 37 | } |
||
| 38 |