PHP Class Pinq\Tests\Integration\Collection\ExtendedCollectionTest

Inheritance: extends CollectionTest
Show file Open project: timetoogo/pinq

Public Methods

Method Description
extendedCollection ( )
testThatExtendedClassIsMaintainedAfterGroupByQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterJoinQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterLongQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterOrderByQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterWhereQuery ( Pinq\ICollection $collection )

Private Methods

Method Description
assertExtended ( Pinq\ICollection $collection )

Method Details

extendedCollection() public method

public extendedCollection ( )

testThatExtendedClassIsMaintainedAfterGroupByQuery() public method

public testThatExtendedClassIsMaintainedAfterGroupByQuery ( Pinq\ICollection $collection )
$collection Pinq\ICollection

testThatExtendedClassIsMaintainedAfterJoinQuery() public method

public testThatExtendedClassIsMaintainedAfterJoinQuery ( Pinq\ICollection $collection )
$collection Pinq\ICollection

testThatExtendedClassIsMaintainedAfterLongQuery() public method

public testThatExtendedClassIsMaintainedAfterLongQuery ( Pinq\ICollection $collection )
$collection Pinq\ICollection

testThatExtendedClassIsMaintainedAfterOrderByQuery() public method

public testThatExtendedClassIsMaintainedAfterOrderByQuery ( Pinq\ICollection $collection )
$collection Pinq\ICollection

testThatExtendedClassIsMaintainedAfterWhereQuery() public method

public testThatExtendedClassIsMaintainedAfterWhereQuery ( Pinq\ICollection $collection )
$collection Pinq\ICollection