|
const | PARAMETER_NAMESPACE = 'tx_phpunit' |
|
const | PARAMETER_KEY_COMMAND = 'command' |
|
const | PARAMETER_KEY_TESTABLE = 'extSel' |
|
const | PARAMETER_KEY_TESTCASE = 'testCaseFile' |
|
const | PARAMETER_KEY_TEST = 'testname' |
|
const | PARAMETER_KEY_EXECUTE = 'bingo' |
|
Tx_Phpunit_TestingDataContainer::get |
( |
|
$key | ) |
|
|
protected |
Returns the value stored for the key $key.
- Parameters
-
string | $key | the key of the value to retrieve, must not be empty |
- Returns
- mixed the value for the given key, will be NULL if there is no value for the given key
Tx_Phpunit_TestingDataContainer::set |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
The documentation for this class was generated from the following file:
- Classes/TestingDataContainer.php