‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest:

Public Member Functions

 objectFetchedFromDbIsNotDirty ()
 
 lazyLoadingProxyReplacedByRealInstanceIsNotDirty ()
 
 lazyLoadingProxyReplacedByWrongInstanceIsDirty ()
 
 realInstanceReplacedByLazyLoadingProxyIsNotDirty ()
 
 lazyLoadingProxyByWrongLazyLoadingProxyIsDirtyAndUpdated ()
 
 undefinedPropertyIsAlwaysClean ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $testExtensionsToLoad = array( 'typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example' )
 
BlogRepository $blogRepository
 
AdministratorRepository $adminRepository
 

Detailed Description

Definition at line 26 of file IsDirtyTest.php.

Member Function Documentation

◆ lazyLoadingProxyByWrongLazyLoadingProxyIsDirtyAndUpdated()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::lazyLoadingProxyByWrongLazyLoadingProxyIsDirtyAndUpdated ( )
Test:

Definition at line 118 of file IsDirtyTest.php.

◆ lazyLoadingProxyReplacedByRealInstanceIsNotDirty()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::lazyLoadingProxyReplacedByRealInstanceIsNotDirty ( )
Test:

Definition at line 72 of file IsDirtyTest.php.

◆ lazyLoadingProxyReplacedByWrongInstanceIsDirty()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::lazyLoadingProxyReplacedByWrongInstanceIsDirty ( )
Test:

Definition at line 87 of file IsDirtyTest.php.

◆ objectFetchedFromDbIsNotDirty()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::objectFetchedFromDbIsNotDirty ( )
Test:

Definition at line 63 of file IsDirtyTest.php.

◆ realInstanceReplacedByLazyLoadingProxyIsNotDirty()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::realInstanceReplacedByLazyLoadingProxyIsNotDirty ( )
Test:

Definition at line 99 of file IsDirtyTest.php.

◆ setUp()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::setUp ( )
protected

Sets up this test suite.

Definition at line 41 of file IsDirtyTest.php.

◆ undefinedPropertyIsAlwaysClean()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::undefinedPropertyIsAlwaysClean ( )
Test:

Definition at line 138 of file IsDirtyTest.php.

Member Data Documentation

◆ $adminRepository

AdministratorRepository TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::$adminRepository
protected

Definition at line 36 of file IsDirtyTest.php.

◆ $blogRepository

BlogRepository TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::$blogRepository
protected

Definition at line 32 of file IsDirtyTest.php.

◆ $testExtensionsToLoad

TYPO3\CMS\Extbase\Tests\Functional\Persistence\IsDirtyTest::$testExtensionsToLoad = array( 'typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example' )
protected

Definition at line 28 of file IsDirtyTest.php.