PHP Class Pinq\Tests\Integration\Collection\MutableCollectionSemanticsTest

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

Public Methods

Method Description
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 )

Method Details

testThatAddRangeAppendsToTheEndOfTheSourceCollections() public method

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

testThatApplyUpdatesScopedValuesWithScopeRefreshing() public method

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

testThatCollectionClearsOnlyScopedValues() public method

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

testThatCollectionRemovesRangeFromScopedValues() public method

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

testThatQueryUpdatesWhenSourceCollectionIsMutated() public method

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

testThatRemoveWhereRemovesScopedValues() public method

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

testThatSetIndexSetsToSourceCollections() public method

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

testThatUnsetIndexUnsetsFromAllCollections() public method

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