PHP 클래스 Pinq\Tests\Integration\Collection\ExtendedCollectionTest

상속: extends CollectionTest
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
extendedCollection ( )
testThatExtendedClassIsMaintainedAfterGroupByQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterJoinQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterLongQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterOrderByQuery ( Pinq\ICollection $collection )
testThatExtendedClassIsMaintainedAfterWhereQuery ( Pinq\ICollection $collection )

비공개 메소드들

메소드 설명
assertExtended ( Pinq\ICollection $collection )

메소드 상세

extendedCollection() 공개 메소드

public extendedCollection ( )

testThatExtendedClassIsMaintainedAfterGroupByQuery() 공개 메소드

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

testThatExtendedClassIsMaintainedAfterJoinQuery() 공개 메소드

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

testThatExtendedClassIsMaintainedAfterLongQuery() 공개 메소드

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

testThatExtendedClassIsMaintainedAfterOrderByQuery() 공개 메소드

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

testThatExtendedClassIsMaintainedAfterWhereQuery() 공개 메소드

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