‪TYPO3CMS  11.5
TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest Class Reference
Inheritance diagram for TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest:

Public Member Functions

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

Protected Member Functions

 setUp ()
 

Protected Attributes

LogEntry $subject
 

Detailed Description

Test case

Definition at line 26 of file LogEntryTest.php.

Member Function Documentation

◆ getLogDataForEmptyStringLogDataReturnsEmptyArray()

TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest::getLogDataForEmptyStringLogDataReturnsEmptyArray ( )
Test:

Definition at line 47 of file LogEntryTest.php.

◆ getLogDataForGarbageStringLogDataReturnsEmptyArray()

TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest::getLogDataForGarbageStringLogDataReturnsEmptyArray ( )
Test:

Definition at line 56 of file LogEntryTest.php.

◆ getLogDataForSerializedArrayReturnsThatArray()

TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest::getLogDataForSerializedArrayReturnsThatArray ( )
Test:

Definition at line 65 of file LogEntryTest.php.

◆ getLogDataForSerializedObjectReturnsEmptyArray()

TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest::getLogDataForSerializedObjectReturnsEmptyArray ( )
Test:

Definition at line 75 of file LogEntryTest.php.

◆ getLogDataInitiallyReturnsEmptyArray()

TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest::getLogDataInitiallyReturnsEmptyArray ( )
Test:

Definition at line 39 of file LogEntryTest.php.

◆ setUp()

TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest::setUp ( )
protected

Definition at line 30 of file LogEntryTest.php.

Member Data Documentation

◆ $subject

LogEntry TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest::$subject
protected

Definition at line 28 of file LogEntryTest.php.