‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Storage\Typo3DbBackendTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Storage\Typo3DbBackendTest:

Public Member Functions

array uidOfAlreadyPersistedValueObjectIsDeterminedCorrectlyDataProvider ()
 
 uidOfAlreadyPersistedValueObjectIsDeterminedCorrectly (bool $isFrontendEnvironment)
 
 overlayLanguageAndWorkspaceChangesUidIfInPreview ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 51 of file Typo3DbBackendTest.php.

Member Function Documentation

◆ overlayLanguageAndWorkspaceChangesUidIfInPreview()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Storage\Typo3DbBackendTest::overlayLanguageAndWorkspaceChangesUidIfInPreview ( )
Test:
Todo:
‪: This mocks WAY too much - drop or create functional to be useful

Definition at line 151 of file Typo3DbBackendTest.php.

References $GLOBALS, and TYPO3\CMS\Core\Core\SystemEnvironmentBuilder\REQUESTTYPE_FE.

◆ uidOfAlreadyPersistedValueObjectIsDeterminedCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Storage\Typo3DbBackendTest::uidOfAlreadyPersistedValueObjectIsDeterminedCorrectly ( bool  $isFrontendEnvironment)
Test:
‪@dataProvider uidOfAlreadyPersistedValueObjectIsDeterminedCorrectlyDataProvider
Todo:
‪: This mocks WAY too much - drop or create functional to be useful

Definition at line 75 of file Typo3DbBackendTest.php.

References $GLOBALS, TYPO3\CMS\Core\Core\SystemEnvironmentBuilder\REQUESTTYPE_BE, and TYPO3\CMS\Core\Core\SystemEnvironmentBuilder\REQUESTTYPE_FE.

◆ uidOfAlreadyPersistedValueObjectIsDeterminedCorrectlyDataProvider()

array TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Storage\Typo3DbBackendTest::uidOfAlreadyPersistedValueObjectIsDeterminedCorrectlyDataProvider ( )
Returns
‪array

Definition at line 62 of file Typo3DbBackendTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Storage\Typo3DbBackendTest::$resetSingletonInstances = true
protected

Due to nested PageRepository / FrontendRestriction Container issues, the Context object is set

Definition at line 57 of file Typo3DbBackendTest.php.