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