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

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

공개 메소드들

메소드 설명
testThatAddRangeAppendsToTheEndOfTheSourceCollections ( Pinq\ICollection $collection, array $data )
testThatApplyUpdatesScopedValuesWithScopeRefreshing ( Pinq\ICollection $collection, array $data )
testThatCollectionClearsOnlyScopedValues ( Pinq\ICollection $collection, array $data )
testThatCollectionRemovesRangeFromScopedValues ( Pinq\ICollection $collection, array $data )
testThatQueryUpdatesWhenSourceCollectionIsMutated ( Pinq\ICollection $collection, array $data )
testThatRemoveWhereRemovesScopedValues ( Pinq\ICollection $collection, array $data )
testThatSetIndexSetsToSourceCollections ( Pinq\ICollection $collection, array $data )
testThatUnsetIndexUnsetsFromAllCollections ( Pinq\ICollection $collection, array $data )

메소드 상세

testThatAddRangeAppendsToTheEndOfTheSourceCollections() 공개 메소드

public testThatAddRangeAppendsToTheEndOfTheSourceCollections ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatApplyUpdatesScopedValuesWithScopeRefreshing() 공개 메소드

public testThatApplyUpdatesScopedValuesWithScopeRefreshing ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatCollectionClearsOnlyScopedValues() 공개 메소드

public testThatCollectionClearsOnlyScopedValues ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatCollectionRemovesRangeFromScopedValues() 공개 메소드

public testThatCollectionRemovesRangeFromScopedValues ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatQueryUpdatesWhenSourceCollectionIsMutated() 공개 메소드

public testThatQueryUpdatesWhenSourceCollectionIsMutated ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatRemoveWhereRemovesScopedValues() 공개 메소드

public testThatRemoveWhereRemovesScopedValues ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatSetIndexSetsToSourceCollections() 공개 메소드

public testThatSetIndexSetsToSourceCollections ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array

testThatUnsetIndexUnsetsFromAllCollections() 공개 메소드

public testThatUnsetIndexUnsetsFromAllCollections ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array