| 1 | <?php |
||
| 13 | class CommandTesterWithExplanationWithValidator implements CommandTesterWithExplanation |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var CommandTesterWithExplanation |
||
| 18 | */ |
||
| 19 | private $commandTester; |
||
| 20 | /** |
||
| 21 | * @var CommandValidator |
||
| 22 | */ |
||
| 23 | private $commandValidator; |
||
| 24 | |||
| 25 | 1 | public function __construct( |
|
| 34 | |||
| 35 | 1 | public function whyCantExecuteCommand(Command $command) |
|
| 51 | } |