![]() |
TYPO3
7.6
|
Public Member Functions | |
testConstructor () | |
testParseArguments () | |
testParseOptions ($input, $options, $expectedOptions, $message) | |
provideOptions () | |
testInvalidInput ($argv, $definition, $expectedExceptionMessage) | |
provideInvalidInput () | |
testParseArrayArgument () | |
testParseArrayOption () | |
testParseNegativeNumberAfterDoubleDash () | |
testParseEmptyStringArgument () | |
testGetFirstArgument () | |
testHasParameterOption () | |
testToString () | |
testGetParameterOptionEqualSign ($argv, $key, $expected) | |
provideGetParameterOptionValues () | |
testParseSingleDashAsArgument () | |
Definition at line 19 of file ArgvInputTest.php.
provideGetParameterOptionValues | ( | ) |
Definition at line 299 of file ArgvInputTest.php.
provideInvalidInput | ( | ) |
Definition at line 160 of file ArgvInputTest.php.
References InputOption\VALUE_NONE, and InputOption\VALUE_REQUIRED.
provideOptions | ( | ) |
Definition at line 53 of file ArgvInputTest.php.
References InputOption\VALUE_OPTIONAL, and InputOption\VALUE_REQUIRED.
testConstructor | ( | ) |
Definition at line 21 of file ArgvInputTest.php.
testGetFirstArgument | ( | ) |
Definition at line 257 of file ArgvInputTest.php.
testGetParameterOptionEqualSign | ( | $argv, | |
$key, | |||
$expected | |||
) |
provideGetParameterOptionValues
Definition at line 293 of file ArgvInputTest.php.
testHasParameterOption | ( | ) |
Definition at line 266 of file ArgvInputTest.php.
testInvalidInput | ( | $argv, | |
$definition, | |||
$expectedExceptionMessage | |||
) |
provideInvalidInput
Definition at line 152 of file ArgvInputTest.php.
testParseArguments | ( | ) |
Definition at line 32 of file ArgvInputTest.php.
testParseArrayArgument | ( | ) |
Definition at line 206 of file ArgvInputTest.php.
References InputArgument\IS_ARRAY.
testParseArrayOption | ( | ) |
Definition at line 214 of file ArgvInputTest.php.
References InputOption\VALUE_IS_ARRAY, InputOption\VALUE_NONE, and InputOption\VALUE_OPTIONAL.
testParseEmptyStringArgument | ( | ) |
Definition at line 249 of file ArgvInputTest.php.
References InputOption\VALUE_OPTIONAL.
testParseNegativeNumberAfterDoubleDash | ( | ) |
Definition at line 237 of file ArgvInputTest.php.
References InputOption\VALUE_OPTIONAL.
testParseOptions | ( | $input, | |
$options, | |||
$expectedOptions, | |||
$message | |||
) |
provideOptions
Definition at line 45 of file ArgvInputTest.php.
testParseSingleDashAsArgument | ( | ) |
Definition at line 311 of file ArgvInputTest.php.
testToString | ( | ) |
Definition at line 281 of file ArgvInputTest.php.