![]() |
TYPO3
7.6
|
Public Member Functions | |
testConstructor () | |
testOptions () | |
testSetInvalidOption () | |
testGetInvalidOption () | |
testArguments () | |
testSetInvalidArgument () | |
testGetInvalidArgument () | |
testValidateWithMissingArguments () | |
testValidate () | |
testSetGetInteractive () | |
Definition at line 19 of file InputTest.php.
testArguments | ( | ) |
Definition at line 61 of file InputTest.php.
References InputArgument\OPTIONAL.
testConstructor | ( | ) |
Definition at line 21 of file InputTest.php.
testGetInvalidArgument | ( | ) |
The "foo" argument does not exist.
Definition at line 89 of file InputTest.php.
References InputArgument\OPTIONAL.
testGetInvalidOption | ( | ) |
The "foo" option does not exist.
Definition at line 55 of file InputTest.php.
References InputOption\VALUE_OPTIONAL.
testOptions | ( | ) |
Definition at line 27 of file InputTest.php.
References InputOption\VALUE_OPTIONAL.
testSetGetInteractive | ( | ) |
Definition at line 114 of file InputTest.php.
testSetInvalidArgument | ( | ) |
The "foo" argument does not exist.
Definition at line 79 of file InputTest.php.
References InputArgument\OPTIONAL.
testSetInvalidOption | ( | ) |
The "foo" option does not exist.
Definition at line 45 of file InputTest.php.
References InputOption\VALUE_OPTIONAL.
testValidate | ( | ) |
Definition at line 106 of file InputTest.php.
References InputArgument\REQUIRED.
testValidateWithMissingArguments | ( | ) |
Not enough arguments.
Definition at line 99 of file InputTest.php.
References InputArgument\REQUIRED.