|
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
- tx_reports_reports_status_Status a status about the excluded extensions
Tx_Phpunit_Reports_Status::getIncludePathStatus |
( |
| ) |
|
|
protected |
Creates a status about the PHP include path.
- Returns
- tx_reports_reports_status_Status a status about the PHP include path
Tx_Phpunit_Reports_Status::getStatus |
( |
| ) |
|
Returns the status of this extension.
- Returns
- array<tx_reports_reports_status_Status> status reports for this extension
Tx_Phpunit_Reports_Status::getXdebugStatus |
( |
| ) |
|
|
protected |
Creates a status concerning whether Xdebug is loaded.
- Returns
- tx_reports_reports_status_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.xml:" 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