‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Tests\Functional\Persistence\LazyLoadingProxyTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Functional\Persistence\LazyLoadingProxyTest:

Public Member Functions

 serializeAndUnserialize ()
 
 nonExistingLazyLoadedPropertyReturnsNull ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

array $coreExtensionsToLoad = ['extbase']
 
array $testExtensionsToLoad = ['typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example']
 

Detailed Description

Definition at line 30 of file LazyLoadingProxyTest.php.

Member Function Documentation

◆ nonExistingLazyLoadedPropertyReturnsNull()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\LazyLoadingProxyTest::nonExistingLazyLoadedPropertyReturnsNull ( )

Definition at line 65 of file LazyLoadingProxyTest.php.

◆ serializeAndUnserialize()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\LazyLoadingProxyTest::serializeAndUnserialize ( )

Definition at line 44 of file LazyLoadingProxyTest.php.

◆ setUp()

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

Member Data Documentation

◆ $coreExtensionsToLoad

array TYPO3\CMS\Extbase\Tests\Functional\Persistence\LazyLoadingProxyTest::$coreExtensionsToLoad = ['extbase']
protected

Definition at line 32 of file LazyLoadingProxyTest.php.

◆ $testExtensionsToLoad

array TYPO3\CMS\Extbase\Tests\Functional\Persistence\LazyLoadingProxyTest::$testExtensionsToLoad = ['typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example']
protected

Definition at line 33 of file LazyLoadingProxyTest.php.