| 1 | <?php |
||
| 10 | class TerminalIntegration extends TestCase { |
||
| 11 | |||
| 12 | /** @test */ |
||
| 13 | public function success() |
||
| 29 | |||
| 30 | /** @test */ |
||
| 31 | public function unknow() |
||
| 39 | |||
| 40 | /** @test */ |
||
| 41 | public function getAvailableCommands() |
||
| 56 | |||
| 57 | /** |
||
| 58 | * @return \DeGraciaMathieu\Clike\Terminal |
||
| 59 | */ |
||
| 60 | protected function makeTerminal() |
||
| 68 | } |
||
| 69 |