PHP Class Functional\Tests\ZipTest

Inheritance: extends AbstractTestCase
Datei anzeigen Open project: lstrojny/functional-php

Public Methods

Method Description
setUp ( )
testExceptionInCallback ( )
testPassNoCollectionAsFirstParam ( )
testPassNoCollectionAsSecondParam ( )
testZipSpecialCases ( )
testZippingArraysWithVariousElements ( )
testZippingDifferentlySizedArrays ( )
testZippingHashes ( )
testZippingSameSizedArrays ( )
testZippingWithCallback ( )

Method Details

setUp() public method

public setUp ( )

testExceptionInCallback() public method

testPassNoCollectionAsFirstParam() public method

testPassNoCollectionAsSecondParam() public method

testZipSpecialCases() public method

public testZipSpecialCases ( )

testZippingArraysWithVariousElements() public method

testZippingDifferentlySizedArrays() public method

testZippingHashes() public method

public testZippingHashes ( )

testZippingSameSizedArrays() public method

testZippingWithCallback() public method