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

Public Member Functions

 getLogDataInitiallyReturnsEmptyArray ()
 
 getLogDataForEmptyStringLogDataReturnsEmptyArray ()
 
 getLogDataForGarbageStringLogDataReturnsEmptyArray ()
 
 getLogDataForSerializedArrayReturnsThatArray ()
 
 getLogDataForSerializedObjectReturnsEmptyArray ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $subject = null
 

Detailed Description

Test case

Definition at line 21 of file LogEntryTest.php.

Member Function Documentation

getLogDataForEmptyStringLogDataReturnsEmptyArray ( )
Test:

Definition at line 44 of file LogEntryTest.php.

getLogDataForGarbageStringLogDataReturnsEmptyArray ( )
Test:

Definition at line 53 of file LogEntryTest.php.

getLogDataForSerializedArrayReturnsThatArray ( )
Test:

Definition at line 62 of file LogEntryTest.php.

getLogDataForSerializedObjectReturnsEmptyArray ( )
Test:

Definition at line 72 of file LogEntryTest.php.

getLogDataInitiallyReturnsEmptyArray ( )
Test:

Definition at line 36 of file LogEntryTest.php.

setUp ( )
protected

Definition at line 28 of file LogEntryTest.php.

Member Data Documentation

$subject = null
protected

Definition at line 26 of file LogEntryTest.php.