PHP Class Pinq\Tests\Integration\Collection\ExtendedCollectionTest

Inheritance: extends CollectionTest
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
extendedCollection ( )
testThatExtendedClassIsMaintainedAfterGroupByQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterJoinQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterLongQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterOrderByQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterWhereQuery ( Pinq\ICollection $collection )

Private Methods

Méthode Description
assertExtended ( Pinq\ICollection $collection )

Method Details

extendedCollection() public méthode

public extendedCollection ( )

testThatExtendedClassIsMaintainedAfterGroupByQuery() public méthode

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

testThatExtendedClassIsMaintainedAfterJoinQuery() public méthode

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

testThatExtendedClassIsMaintainedAfterLongQuery() public méthode

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

testThatExtendedClassIsMaintainedAfterOrderByQuery() public méthode

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

testThatExtendedClassIsMaintainedAfterWhereQuery() public méthode

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