| 1 | <?php |
||
| 23 | class SparklineTest extends QueryPrinterRegistryTestCase { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @see QueryPrinterRegistryTestCase::getFormats |
||
| 27 | * |
||
| 28 | * @since 1.8 |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public function getFormats() { |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @see QueryPrinterRegistryTestCase::getClass |
||
| 38 | * |
||
| 39 | * @since 1.8 |
||
| 40 | * |
||
| 41 | * @return string |
||
| 42 | */ |
||
| 43 | public function getClass() { |
||
| 46 | |||
| 47 | } |
||
| 48 |