| 1 | <?php |
||
| 12 | class ChildrenCommandTest extends AbstractCommandTest |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritDoc} |
||
| 16 | */ |
||
| 17 | protected function getTestCommand() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Ensure that the Injector's class resolution is returned for a given Object |
||
| 24 | * |
||
| 25 | * @covers ::execute |
||
| 26 | */ |
||
| 27 | public function testExecute() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Ensure that the InputArgument for the object is added |
||
| 37 | * |
||
| 38 | * @covers ::configure |
||
| 39 | */ |
||
| 40 | public function testConfigure() |
||
| 44 | } |
||
| 45 |