PHP Class Pinq\Tests\Integration\Collection\RemoveRangeTest

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

Méthodes publiques

Méthode Description
testThatInvalidValueThrowsExceptionWhenCallingRemoveRange ( Pinq\ICollection $collection, array $data )
testThatRemoveRangeRemovesAllValuesFromCollection ( Pinq\ICollection $collection, array $data )
testThatRemoveRangeWillRemovesIdenticalValuesFromCollectionAndPreserveKeys ( Pinq\ICollection $collection, array $data )

Method Details

testThatInvalidValueThrowsExceptionWhenCallingRemoveRange() public méthode

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

testThatRemoveRangeRemovesAllValuesFromCollection() public méthode

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

testThatRemoveRangeWillRemovesIdenticalValuesFromCollectionAndPreserveKeys() public méthode

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