PHP Class Doctrine\Tests\ODM\PHPCR\Query\Builder\ConverterPhpcrTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: doctrine/phpcr-odm

Protected Properties

Property Type Description
$parentNode

Public Methods

Method Description
provideDisaptchConstraintsLeaf ( )
provideDispatchCompositeConstraints ( )
provideDispatchConstraintsComparison ( )
provideDispatchFromJoin ( )
provideDispatchWheres ( )
provideOrderByDynamicField ( )
provideTestDispatchOperands ( )
setUp ( )
testDispatchCompositeConstraints ( $method, $expectedClass, $nbConstraints )
testDispatchConstraintsComparison ( $method, $expectedOperator )
testDispatchConstraintsLeaf ( $class, $args, $expectedClass )
testDispatchConstraintsNot ( )
testDispatchFrom ( )
testDispatchFromJoin ( $method, $type, $joinCond = null )
testDispatchFromNonMapped ( )
testDispatchOperands ( $class, $args, $options )
testDispatchSelect ( )
testDispatchWheres ( $logicalOp, $skipOriginalWhere = false )
testGetQuery ( )
testGetQueryMoreThanOneSourceNoPrimaryAlias ( )
testOrderBy ( )
testOrderByDynamicField ( $field, $exception )

Protected Methods

Method Description
createNode ( $class, $constructorArgs )
primeBuilder ( ) Return a builder with a source, as a alias is required for all methods

Method Details

createNode() protected method

protected createNode ( $class, $constructorArgs )

primeBuilder() protected method

Return a builder with a source, as a alias is required for all methods
protected primeBuilder ( )

provideDisaptchConstraintsLeaf() public method

provideDispatchCompositeConstraints() public method

provideDispatchConstraintsComparison() public method

provideDispatchFromJoin() public method

provideDispatchWheres() public method

provideOrderByDynamicField() public method

provideTestDispatchOperands() public method

setUp() public method

public setUp ( )

testDispatchCompositeConstraints() public method

public testDispatchCompositeConstraints ( $method, $expectedClass, $nbConstraints )

testDispatchConstraintsComparison() public method

public testDispatchConstraintsComparison ( $method, $expectedOperator )

testDispatchConstraintsLeaf() public method

public testDispatchConstraintsLeaf ( $class, $args, $expectedClass )

testDispatchConstraintsNot() public method

testDispatchFrom() public method

public testDispatchFrom ( )

testDispatchFromJoin() public method

public testDispatchFromJoin ( $method, $type, $joinCond = null )

testDispatchFromNonMapped() public method

testDispatchOperands() public method

public testDispatchOperands ( $class, $args, $options )

testDispatchSelect() public method

public testDispatchSelect ( )

testDispatchWheres() public method

public testDispatchWheres ( $logicalOp, $skipOriginalWhere = false )

testGetQuery() public method

public testGetQuery ( )

testGetQueryMoreThanOneSourceNoPrimaryAlias() public method

testOrderBy() public method

public testOrderBy ( )

testOrderByDynamicField() public method

public testOrderByDynamicField ( $field, $exception )

Property Details

$parentNode protected property

protected $parentNode