1 | <?php |
||
21 | class CommandGenericTest extends AbstractCommandTestCase |
||
22 | { |
||
23 | /** |
||
24 | * @var string |
||
25 | */ |
||
26 | protected $commandText; |
||
27 | |||
28 | /** |
||
29 | * @return \Graze\Dynamark3Client\Command\CommandInterface |
||
30 | */ |
||
31 | protected function getCommand() |
||
35 | |||
36 | /** |
||
37 | * @return string |
||
38 | */ |
||
39 | protected function getRawTelnetResponse() |
||
43 | |||
44 | /** |
||
45 | * @return string |
||
46 | */ |
||
47 | protected function getExpectedResponseText() |
||
51 | |||
52 | /** |
||
53 | * @return string |
||
54 | */ |
||
55 | protected function getExpectedArgumentText() |
||
59 | } |
||
60 |