RemoteCommand
final class RemoteCommand
| internal |
Executes a command in a subprocess using the testbench CLI.
Methods
__construct(string $workingPath, array|string $env = [], bool|null $tty = null)
Create a new remote command instance.
Details
at line 28
__construct(string $workingPath, array|string $env = [], bool|null $tty = null)
Create a new remote command instance.
at line 41
ProcessDecorator
handle(string $commander, Closure|array|string $command)
Execute the command.