PHP Class Neos\Flow\Tests\Unit\Persistence\Generic\QueryTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$query Neos\Flow\Persistence\Generic\Query
$reflectionService Neos\Flow\Reflection\ReflectionService

Méthodes publiques

Méthode Description
executeReturnsQueryResultInstance ( )
setLimitAcceptsOnlyIntegers ( )
setLimitRejectsIntegersLessThanOne ( )
setOffsetAcceptsOnlyIntegers ( )
setOffsetRejectsIntegersLessThanZero ( )
setUp ( ) Sets up this test case

Method Details

executeReturnsQueryResultInstance() public méthode

setLimitAcceptsOnlyIntegers() public méthode

setLimitRejectsIntegersLessThanOne() public méthode

setOffsetAcceptsOnlyIntegers() public méthode

setOffsetRejectsIntegersLessThanZero() public méthode

setUp() public méthode

Sets up this test case
public setUp ( )

Property Details

$objectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface

$query protected_oe property

protected Query,Neos\Flow\Persistence\Generic $query
Résultat Neos\Flow\Persistence\Generic\Query

$reflectionService protected_oe property

protected ReflectionService,Neos\Flow\Reflection $reflectionService
Résultat Neos\Flow\Reflection\ReflectionService