| 1 | <?php |
||
| 14 | class CreateCommandTest extends AbstractCommandTest |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | */ |
||
| 19 | public function getTestCommand() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Test that a Member can be created |
||
| 26 | * |
||
| 27 | * @covers ::execute |
||
| 28 | */ |
||
| 29 | public function testExecute() |
||
| 55 | |||
| 56 | /** |
||
| 57 | * Ensure that the InputArgument for at least one of the arguments has been added |
||
| 58 | * |
||
| 59 | * @covers ::configure |
||
| 60 | */ |
||
| 61 | public function testConfigure() |
||
| 65 | } |
||
| 66 |