PHP Class Pinq\Tests\Integration\Collection\AddRangeTest

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

Méthodes publiques

Méthode Description
testThatAddRangeAddAllValuesToCollection ( Pinq\ICollection $collection, array $data )
testThatAddRangeReindexesCollection ( Pinq\ICollection $collection, array $data )
testThatInvalidValueThrowsExceptionWhenCallingAddRange ( Pinq\ICollection $collection, array $data )

Method Details

testThatAddRangeAddAllValuesToCollection() public méthode

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

testThatAddRangeReindexesCollection() public méthode

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

testThatInvalidValueThrowsExceptionWhenCallingAddRange() public méthode

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