| 1 | <?php |
||
| 21 | class ExcelTest extends QueryPrinterRegistryTestCase { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @see QueryPrinterRegistryTestCase::getFormats |
||
| 25 | * |
||
| 26 | * @since 1.8 |
||
| 27 | * |
||
| 28 | * @return array |
||
| 29 | */ |
||
| 30 | public function getFormats() { |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @see QueryPrinterRegistryTestCase::getClass |
||
| 36 | * |
||
| 37 | * @since 1.8 |
||
| 38 | * |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | public function getClass() { |
||
| 44 | |||
| 45 | } |
||
| 46 |