PHP Class Pinq\Tests\Integration\Collection\SetIndexTest

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

Méthodes publiques

Méthode Description
testThatSetIndexWithNoKeyAppendsTheValueWithTheNextLargestIntGreaterThanOrEqualToZeroLikeAnArray ( Pinq\ICollection $collection, array $data )
testThatSettingAnIndexWillOverrideTheElementInTheCollection ( Pinq\ICollection $collection, array $data )

Method Details

testThatSetIndexWithNoKeyAppendsTheValueWithTheNextLargestIntGreaterThanOrEqualToZeroLikeAnArray() public méthode

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

testThatSettingAnIndexWillOverrideTheElementInTheCollection() public méthode

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