PHPUnit
PHPUnit TYPO3 extension
 All Classes Namespaces Functions
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Tx_Phpunit_Reports_Status Class Reference
Inheritance diagram for Tx_Phpunit_Reports_Status:

Public Member Functions

 __construct ()
 
 __destruct ()
 
 getStatus ()
 

Public Attributes

const MEMORY_REQUIRED = '128M'
 
const MEMORY_RECOMMENDED = '256M'
 

Protected Member Functions

 translate ($subkey)
 
 getXdebugStatus ()
 
 getIncludePathStatus ()
 
 getExcludedExtensionsStatus ()
 

Protected Attributes

 $extensionSettingsService = NULL
 

Constructor & Destructor Documentation

Tx_Phpunit_Reports_Status::__construct ( )

The constructor.

Tx_Phpunit_Reports_Status::__destruct ( )

The destructor.

Member Function Documentation

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$subkeythe 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: