| 1 | <?php |
||
| 7 | class GanttTest extends QueryPrinterRegistryTestCase{
|
||
| 8 | |||
| 9 | /** |
||
| 10 | * @see QueryPrinterRegistryTestCase::getFormats |
||
| 11 | * |
||
| 12 | * @since 1.8 |
||
| 13 | * |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function getFormats() {
|
||
| 19 | |||
| 20 | /** |
||
| 21 | * @see QueryPrinterRegistryTestCase::getClass |
||
| 22 | * |
||
| 23 | * @since 1.8 |
||
| 24 | * |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getClass() {
|
||
| 30 | } |