PHP Class Pinq\Tests\Integration\Collection\RemoveRangeTest

Inheritance: extends CollectionTest
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
testThatInvalidValueThrowsExceptionWhenCallingRemoveRange ( Pinq\ICollection $collection, array $data )
testThatRemoveRangeRemovesAllValuesFromCollection ( Pinq\ICollection $collection, array $data )
testThatRemoveRangeWillRemovesIdenticalValuesFromCollectionAndPreserveKeys ( Pinq\ICollection $collection, array $data )

Method Details

testThatInvalidValueThrowsExceptionWhenCallingRemoveRange() public method

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

testThatRemoveRangeRemovesAllValuesFromCollection() public method

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

testThatRemoveRangeWillRemovesIdenticalValuesFromCollectionAndPreserveKeys() public method

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