| 1 | <?php |
||
| 11 | class SearchCommandTest extends TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @test |
||
| 15 | */ |
||
| 16 | public function shouldExecute() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @test |
||
| 28 | */ |
||
| 29 | public function shouldWriteNoResultWhenNoPackageFound() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @expectedException \RuntimeException |
||
| 40 | * @expectedExceptionMessage Not enough arguments |
||
| 41 | */ |
||
| 42 | public function shouldThrowExceptionWhenNoPackagePass() |
||
| 47 | } |
||
| 48 |