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