1 | <?php |
||
13 | class CommandTesterWithValidator implements CommandTester |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @var CommandTester |
||
18 | */ |
||
19 | private $commandTester; |
||
20 | /** |
||
21 | * @var CommandValidator |
||
22 | */ |
||
23 | private $commandValidator; |
||
24 | |||
25 | 3 | public function __construct( |
|
34 | |||
35 | 3 | public function canExecuteCommand(Command $command): bool |
|
45 | } |