1 | <?php |
||
21 | class CommandGetxmlTest extends AbstractCommandTestCase |
||
22 | { |
||
23 | /** |
||
24 | * @return \Graze\Dynamark3Client\Command\CommandInterface |
||
25 | */ |
||
26 | protected function getCommand() |
||
30 | |||
31 | /** |
||
32 | * @return string |
||
33 | */ |
||
34 | protected function getRawTelnetResponse() |
||
38 | |||
39 | /** |
||
40 | * @return string |
||
41 | */ |
||
42 | protected function getExpectedResponseText() |
||
46 | |||
47 | /** |
||
48 | * @return string |
||
49 | */ |
||
50 | protected function getExpectedArgumentText() |
||
54 | } |
||
55 |