PHP Class Pinq\Tests\Integration\Collection\MutableCollectionSemanticsTest

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

Méthodes publiques

Méthode 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 méthode

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

testThatApplyUpdatesScopedValuesWithScopeRefreshing() public méthode

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

testThatCollectionClearsOnlyScopedValues() public méthode

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

testThatCollectionRemovesRangeFromScopedValues() public méthode

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

testThatQueryUpdatesWhenSourceCollectionIsMutated() public méthode

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

testThatRemoveWhereRemovesScopedValues() public méthode

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

testThatSetIndexSetsToSourceCollections() public méthode

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

testThatUnsetIndexUnsetsFromAllCollections() public méthode

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