CommandCompletionTester
in package
Eases the testing of command completion.
Tags
Table of Contents
- $command : mixed
- __construct() : mixed
- complete() : array<string|int, mixed>
- Create completion suggestions from input tokens.
Properties
$command
private
mixed
$command
Methods
__construct()
public
__construct(Command $command) : mixed
Parameters
- $command : Command
Return values
mixed —complete()
Create completion suggestions from input tokens.
public
complete(array<string|int, mixed> $input) : array<string|int, mixed>
Parameters
- $input : array<string|int, mixed>