TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest Class Reference
Inheritance diagram for TYPO3\CMS\Belog\Tests\Unit\Domain\Model\LogEntryTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

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

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $subject = null
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = ['TYPO3_LOADED_EXT']
 
 $testFilesToDelete = []
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Test case

Definition at line 21 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\Tests\Unit\Domain\Model\LogEntryTest::$subject = null
protected

Definition at line 26 of file LogEntryTest.php.