PHP Class Pinq\Tests\Integration\Traversable\Complex\ArrayTraversalTest

Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
people ( )
testGroupByWithArrayKey ( Pinq\ITraversable $traversable, array $data )
testGroupJoinToSelfWithCondition ( Pinq\ITraversable $traversable, array $data )
testOrderByMultipleColumns ( Pinq\ITraversable $traversable, array $data )
testWhereCondition ( Pinq\ITraversable $traversable, array $data )

Method Details

people() public method

public people ( )

testGroupByWithArrayKey() public method

public testGroupByWithArrayKey ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testGroupJoinToSelfWithCondition() public method

public testGroupJoinToSelfWithCondition ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testOrderByMultipleColumns() public method

public testOrderByMultipleColumns ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array

testWhereCondition() public method

public testWhereCondition ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array