PHP Class Pinq\Tests\Integration\Collection\SetIndexTest

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

Public Methods

Method Description
testThatSetIndexWithNoKeyAppendsTheValueWithTheNextLargestIntGreaterThanOrEqualToZeroLikeAnArray ( Pinq\ICollection $collection, array $data )
testThatSettingAnIndexWillOverrideTheElementInTheCollection ( Pinq\ICollection $collection, array $data )

Method Details

testThatSetIndexWithNoKeyAppendsTheValueWithTheNextLargestIntGreaterThanOrEqualToZeroLikeAnArray() public method

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

testThatSettingAnIndexWillOverrideTheElementInTheCollection() public method

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