PHP Class Pinq\Tests\Integration\Collection\RemoveWhereTest

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

Méthodes publiques

Méthode Description
testThatExecutionIsNotDeferred ( Pinq\ICollection $collection, array $data )
testThatRemoveWhereFalseRemovesNoItems ( Pinq\ICollection $collection, array $data )
testThatRemoveWhereRemovesItemsWhereTheFunctionReturnsTrueAndPreservesKeys ( Pinq\ICollection $numbers, array $data )
testThatRemoveWhereTrueRemovesAllItems ( Pinq\ICollection $collection, array $data )

Method Details

testThatExecutionIsNotDeferred() public méthode

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

testThatRemoveWhereFalseRemovesNoItems() public méthode

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

testThatRemoveWhereRemovesItemsWhereTheFunctionReturnsTrueAndPreservesKeys() public méthode

public testThatRemoveWhereRemovesItemsWhereTheFunctionReturnsTrueAndPreservesKeys ( Pinq\ICollection $numbers, array $data )
$numbers Pinq\ICollection
$data array

testThatRemoveWhereTrueRemovesAllItems() public méthode

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