TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest:
TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 setUp ()
 
 inConditionWorksWithArrayOfObjects ()
 
 inConditionWorksWithArrayOfObjectsOnSecondCall ()
 
 inConditionWorksWithObjectStorage ()
 
 inConditionWorksWithObjectStorageOnSecondCall ()
 
 inConditionWorksWithQueryResult ()
 
 inConditionWorksWithQueryResultOnSecondCall ()
 
 inConditionWorksWithLazyObjectStorage ()
 
 inConditionWorksWithLazyObjectStorageOnSecondCall ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 setUp ()
 

Protected Attributes

 $blogRepository
 
 $postRepository
 
 $testExtensionsToLoad = array('typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example')
 
 $coreExtensionsToLoad = array('extbase', 'fluid')
 
 $objectManager
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = array()
 
 $testExtensionsToLoad = array()
 
 $pathsToLinkInTestInstance = array()
 
 $configurationToUseInTestInstance = array()
 
 $additionalFoldersToCreate = array()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 getInstanceIdentifier ()
 
 getInstancePath ()
 
 getDatabaseConnection ()
 
 setUpFrontendRootPage ($pageId, array $typoScriptFiles=array())
 
 getFrontendResponse ($pageId, $languageId=0, $backendUserId=0, $workspaceId=0, $failOnFailure=TRUE)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Detailed Description

Definition at line 20 of file InTest.php.

Member Function Documentation

◆ inConditionWorksWithArrayOfObjects()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithArrayOfObjects ( )
Test:

Definition at line 68 of file InTest.php.

◆ inConditionWorksWithArrayOfObjectsOnSecondCall()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithArrayOfObjectsOnSecondCall ( )
Test:

Definition at line 84 of file InTest.php.

◆ inConditionWorksWithLazyObjectStorage()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithLazyObjectStorage ( )
Test:

Definition at line 198 of file InTest.php.

◆ inConditionWorksWithLazyObjectStorageOnSecondCall()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithLazyObjectStorageOnSecondCall ( )
Test:

Definition at line 218 of file InTest.php.

◆ inConditionWorksWithObjectStorage()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithObjectStorage ( )
Test:

Definition at line 108 of file InTest.php.

◆ inConditionWorksWithObjectStorageOnSecondCall()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithObjectStorageOnSecondCall ( )
Test:

Definition at line 128 of file InTest.php.

◆ inConditionWorksWithQueryResult()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithQueryResult ( )
Test:

Definition at line 159 of file InTest.php.

◆ inConditionWorksWithQueryResultOnSecondCall()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::inConditionWorksWithQueryResultOnSecondCall ( )
Test:

Definition at line 175 of file InTest.php.

◆ setUp()

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::setUp ( )

Sets up this test suite.

Definition at line 50 of file InTest.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Data Documentation

◆ $blogRepository

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::$blogRepository
protected

Definition at line 25 of file InTest.php.

◆ $coreExtensionsToLoad

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::$coreExtensionsToLoad = array('extbase', 'fluid')
protected

Definition at line 40 of file InTest.php.

◆ $objectManager

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::$objectManager
protected

Definition at line 45 of file InTest.php.

◆ $postRepository

TYPO3\CMS\Extbase\Tests\Functional\Persistence\InTest::$postRepository
protected

Definition at line 30 of file InTest.php.

◆ $testExtensionsToLoad

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

Definition at line 35 of file InTest.php.