PHPUnit
PHPUnit TYPO3 extension
 All Classes Namespaces Functions
Protected Member Functions | List of all members
Tx_Phpunit_BackEnd_Request Class Reference
Inheritance diagram for Tx_Phpunit_BackEnd_Request:
Tx_Phpunit_AbstractDataContainer Tx_Phpunit_Interface_Request Tx_Phpunit_Interface_ConvertService

Protected Member Functions

 get ($key)
 
 retrieveRequestData ()
 
- Protected Member Functions inherited from Tx_Phpunit_AbstractDataContainer
 get ($key)
 
 checkForNonEmptyKey ($key)
 

Additional Inherited Members

- Public Member Functions inherited from Tx_Phpunit_AbstractDataContainer
 getAsBoolean ($key)
 
 getAsInteger ($key)
 
 hasInteger ($key)
 
 getAsString ($key)
 
 hasString ($key)
 
 getAsArray ($key)
 
- Public Member Functions inherited from Tx_Phpunit_Interface_ConvertService
 getAsBoolean ($key)
 
 getAsInteger ($key)
 
 hasInteger ($key)
 
 getAsString ($key)
 
 hasString ($key)
 
 getAsArray ($key)
 
- Public Attributes inherited from Tx_Phpunit_Interface_Request
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'
 

Member Function Documentation

Tx_Phpunit_BackEnd_Request::get (   $key)
protected

Returns the value stored for the key $key.

Parameters
string$keythe 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_BackEnd_Request::retrieveRequestData ( )
protected

Retrieves the EM configuration for the PHPUnit extension.

Returns
void

The documentation for this class was generated from the following file: