‪TYPO3CMS  9.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

TYPO3 CMS Belog Domain Model LogEntry $subject
 

Detailed Description

Test case

Definition at line 22 of file LogEntryTest.php.

Member Function Documentation

◆ getLogDataForEmptyStringLogDataReturnsEmptyArray()

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

Definition at line 44 of file LogEntryTest.php.

◆ getLogDataForGarbageStringLogDataReturnsEmptyArray()

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

Definition at line 53 of file LogEntryTest.php.

◆ getLogDataForSerializedArrayReturnsThatArray()

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

Definition at line 62 of file LogEntryTest.php.

◆ getLogDataForSerializedObjectReturnsEmptyArray()

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

Definition at line 72 of file LogEntryTest.php.

◆ getLogDataInitiallyReturnsEmptyArray()

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

Definition at line 36 of file LogEntryTest.php.

◆ setUp()

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

Definition at line 28 of file LogEntryTest.php.

Member Data Documentation

◆ $subject

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

Definition at line 26 of file LogEntryTest.php.