|
const | MEMORY_REQUIRED = '128M' |
|
const | MEMORY_RECOMMENDED = '256M' |
|
|
| $extensionSettingsService = NULL |
|
Tx_Phpunit_Reports_Status::__construct |
( |
| ) |
|
Tx_Phpunit_Reports_Status::__destruct |
( |
| ) |
|
Tx_Phpunit_Reports_Status::getExcludedExtensionsStatus |
( |
| ) |
|
|
protected |
Creates a status about the extensions that are excluded from unit testing.
- Returns
- Status a status about the excluded extensions
Tx_Phpunit_Reports_Status::getIncludePathStatus |
( |
| ) |
|
|
protected |
Creates a status about the PHP include path.
- Returns
- Status a status about the PHP include path
Tx_Phpunit_Reports_Status::getLanguageService |
( |
| ) |
|
|
protected |
Returns $GLOBALS['LANG'].
- Returns
- LanguageService
Tx_Phpunit_Reports_Status::getStatus |
( |
| ) |
|
Returns the status of this extension.
- Returns
- Status[] status reports for this extension
Tx_Phpunit_Reports_Status::getXdebugStatus |
( |
| ) |
|
|
protected |
Creates a status concerning whether Xdebug is loaded.
- Returns
- Status a status concerning whether Xdebug is loaded
Tx_Phpunit_Reports_Status::translate |
( |
|
$subkey | ) |
|
|
protected |
Translates a localized string.
- Parameters
-
string | $subkey | the part of the key to translate (without the "LLL:EXT:phpunit/Resources/Private/Language/locallang_report.xlf:" prefix) |
- Returns
- string the localized string for $subkey, might be empty
The documentation for this class was generated from the following file:
- Classes/Reports/Status.php