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