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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
显示文件 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$query Neos\Flow\Persistence\Generic\Query
$reflectionService Neos\Flow\Reflection\ReflectionService

Public Methods

Method Description
executeReturnsQueryResultInstance ( )
setLimitAcceptsOnlyIntegers ( )
setLimitRejectsIntegersLessThanOne ( )
setOffsetAcceptsOnlyIntegers ( )
setOffsetRejectsIntegersLessThanZero ( )
setUp ( ) Sets up this test case

Method Details

executeReturnsQueryResultInstance() public method

setLimitAcceptsOnlyIntegers() public method

setLimitRejectsIntegersLessThanOne() public method

setOffsetAcceptsOnlyIntegers() public method

setOffsetRejectsIntegersLessThanZero() public method

setUp() public method

Sets up this test case
public setUp ( )

Property Details

$objectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface

$query protected_oe property

protected Query,Neos\Flow\Persistence\Generic $query
return Neos\Flow\Persistence\Generic\Query

$reflectionService protected_oe property

protected ReflectionService,Neos\Flow\Reflection $reflectionService
return Neos\Flow\Reflection\ReflectionService