PHP Class Neos\Flow\Tests\Functional\Persistence\Doctrine\QueryTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$testablePersistenceEnabled boolean

Public Methods

Method Description
comlexQueryWithJoinsCanBeExecutedAfterDeserialization ( )
countIncludesAllResultsByDefault ( )
countRespectsLimitConstraint ( )
countRespectsOffsetConstraint ( )
distinctQueryOnlyReturnsDistinctEntities ( )
moreComplexQueryCanBeExecutedAfterDeserialization ( )
moreComplexQueryCanBeSerializedAndDeserialized ( )
setUp ( ) : void
simpleQueryCanBeExecutedAfterDeserialization ( )
simpleQueryCanBeSerializedAndDeserialized ( )

Protected Methods

Method Description
assertQueryEquals ( Query $expected, Query $actual )

Method Details

assertQueryEquals() protected method

protected assertQueryEquals ( Query $expected, Query $actual )
$expected Neos\Flow\Persistence\Doctrine\Query
$actual Neos\Flow\Persistence\Doctrine\Query

comlexQueryWithJoinsCanBeExecutedAfterDeserialization() public method

countIncludesAllResultsByDefault() public method

countRespectsLimitConstraint() public method

countRespectsOffsetConstraint() public method

distinctQueryOnlyReturnsDistinctEntities() public method

moreComplexQueryCanBeExecutedAfterDeserialization() public method

moreComplexQueryCanBeSerializedAndDeserialized() public method

setUp() public method

public setUp ( ) : void
return void

simpleQueryCanBeExecutedAfterDeserialization() public method

simpleQueryCanBeSerializedAndDeserialized() public method

Property Details

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean