PHP Class Stecman\Component\Symfony\Console\BashCompletion\Tests\CompletionHandlerTest

Inheritance: extends Stecman\Component\Symfony\Console\BashCompletion\Tests\Common\CompletionHandlerTestCase
Mostrar archivo Open project: stecman/symfony-console-completion

Public Methods

Method Description
completionAwareCommandDataProvider ( )
testCompleteAppName ( )
testCompleteColonCommand ( )
testCompleteCommandNameFull ( )
testCompleteCommandNameNonMatch ( )
testCompleteCommandNamePartialOneMatch ( )
testCompleteCommandNamePartialTwoMatches ( )
testCompleteCommandNames ( )
testCompleteDoubleDash ( )
testCompleteOptionFull ( )
testCompleteOptionOrder ( )
testCompleteOptionShortcut ( )
testCompleteSingleDash ( )
testCompletionAwareCommand ( $commandLine, array $suggestions )
testHelpCommandCompletion ( )
testListCommandCompletion ( )
testShortCommandMatched ( )
testShortCommandNotMatched ( )

Method Details

completionAwareCommandDataProvider() public method

testCompleteAppName() public method

public testCompleteAppName ( )

testCompleteColonCommand() public method

testCompleteCommandNameFull() public method

testCompleteCommandNameNonMatch() public method

testCompleteCommandNamePartialOneMatch() public method

testCompleteCommandNamePartialTwoMatches() public method

testCompleteCommandNames() public method

testCompleteDoubleDash() public method

testCompleteOptionFull() public method

testCompleteOptionOrder() public method

testCompleteOptionShortcut() public method

testCompleteSingleDash() public method

testCompletionAwareCommand() public method

public testCompletionAwareCommand ( $commandLine, array $suggestions )
$suggestions array

testHelpCommandCompletion() public method

testListCommandCompletion() public method

testShortCommandMatched() public method

testShortCommandNotMatched() public method