| 1 | <?php |
||
| 8 | class ImportCommandTest extends CommandTestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Test file not found. |
||
| 12 | */ |
||
| 13 | public function testIfCommandFailsWhenFileIsNotFound() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Test simple execute of import command. |
||
| 27 | * |
||
| 28 | * @param bool $compress |
||
| 29 | * |
||
| 30 | * @dataProvider getCompressedOptions |
||
| 31 | */ |
||
| 32 | public function testExecute($compress) |
||
| 57 | |||
| 58 | /** |
||
| 59 | * @return array|boolean[][] |
||
| 60 | */ |
||
| 61 | public function getCompressedOptions() |
||
| 68 | } |
||
| 69 |