TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
Typo3StatusTest Class Reference
Inheritance diagram for Typo3StatusTest:

Public Member Functions

 getStatusReturnsOldXclassStatusObjectWithSeverityOkIfNoOldXclassExists ()
 
 getStatusReturnsOldXclassStatusObjectWithSeverityNoticeIfOldXclassExists ()
 
 getStatusReturnsXclassStatusObjectWithSeverityOkIfNoXclassExists ()
 
 getStatusReturnsXclassStatusObjectWithSeverityNoticeIfXclassExists ()
 

Protected Member Functions

 setUp ()
 

Detailed Description

Test case

Definition at line 20 of file Typo3StatusTest.php.

Member Function Documentation

getStatusReturnsOldXclassStatusObjectWithSeverityNoticeIfOldXclassExists ( )
Test:

Definition at line 46 of file Typo3StatusTest.php.

References $GLOBALS, and Status\NOTICE.

getStatusReturnsOldXclassStatusObjectWithSeverityOkIfNoOldXclassExists ( )
Test:

Definition at line 33 of file Typo3StatusTest.php.

References $GLOBALS, and Status\OK.

getStatusReturnsXclassStatusObjectWithSeverityNoticeIfXclassExists ( )
Test:

Definition at line 70 of file Typo3StatusTest.php.

References $GLOBALS, and Status\NOTICE.

getStatusReturnsXclassStatusObjectWithSeverityOkIfNoXclassExists ( )
Test:

Definition at line 58 of file Typo3StatusTest.php.

References $GLOBALS, and Status\OK.

setUp ( )
protected

Set up

Definition at line 25 of file Typo3StatusTest.php.

References $GLOBALS.