![]() |
TYPO3
7.6
|
Public Member Functions | |
testConstructor () | |
testModes () | |
testInvalidModes ($mode) | |
provideInvalidModes () | |
testIsArray () | |
testGetDescription () | |
testGetDefault () | |
testSetDefault () | |
testSetDefaultWithRequiredArgument () | |
testSetDefaultWithArrayArgument () | |
Definition at line 16 of file InputArgumentTest.php.
provideInvalidModes | ( | ) |
Definition at line 49 of file InputArgumentTest.php.
testConstructor | ( | ) |
Definition at line 18 of file InputArgumentTest.php.
testGetDefault | ( | ) |
Definition at line 73 of file InputArgumentTest.php.
References InputArgument\OPTIONAL.
testGetDescription | ( | ) |
Definition at line 67 of file InputArgumentTest.php.
testInvalidModes | ( | $mode | ) |
provideInvalidModes
Definition at line 42 of file InputArgumentTest.php.
testIsArray | ( | ) |
Definition at line 57 of file InputArgumentTest.php.
References InputArgument\IS_ARRAY, and InputArgument\OPTIONAL.
testModes | ( | ) |
Definition at line 24 of file InputArgumentTest.php.
References InputArgument\OPTIONAL, and InputArgument\REQUIRED.
testSetDefault | ( | ) |
Definition at line 79 of file InputArgumentTest.php.
References InputArgument\IS_ARRAY, and InputArgument\OPTIONAL.
testSetDefaultWithArrayArgument | ( | ) |
A default value for an array argument must be an array.
Definition at line 106 of file InputArgumentTest.php.
References InputArgument\IS_ARRAY.
testSetDefaultWithRequiredArgument | ( | ) |
Cannot set a default value except for InputArgument::OPTIONAL mode.
Definition at line 96 of file InputArgumentTest.php.
References InputArgument\REQUIRED.