| 1 | <?php |
||
| 24 | class ValueRankTest extends QueryPrinterRegistryTestCase {
|
||
| 25 | |||
| 26 | /** |
||
| 27 | * @see QueryPrinterRegistryTestCase::getFormats |
||
| 28 | * |
||
| 29 | * @since 3.2 |
||
| 30 | * |
||
| 31 | * @return array |
||
| 32 | */ |
||
| 33 | public function getFormats() {
|
||
| 36 | |||
| 37 | /** |
||
| 38 | * @see QueryPrinterRegistryTestCase::getClass |
||
| 39 | * |
||
| 40 | * @since 3.2 |
||
| 41 | * |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | public function getClass() {
|
||
| 47 | |||
| 48 | public function testGetName() {
|
||
| 57 | |||
| 58 | } |
||
| 59 |