PHP Class Bolt\Tests\Helper\ArrTest

Author: Ross Riley ([email protected])
Author: Carson Full ([email protected])
Inheritance: extends Bolt\Tests\BoltUnitTest
Show file Open project: bolt/bolt

Public Methods

Method Description
isIndexedProvider ( )
replaceRecursiveProvider ( )
testIsIndexedAndAssociative ( array $array, boolean $indexed )
testLegacyMergeRecursiveDistinct ( )
testMakeValuePairs ( )
testNonArraysAreNotIndexedOrAssociative ( )
testReplaceRecursive ( array $array1, array $array2, array $result )

Method Details

isIndexedProvider() public method

public isIndexedProvider ( )

replaceRecursiveProvider() public method

testIsIndexedAndAssociative() public method

public testIsIndexedAndAssociative ( array $array, boolean $indexed )
$array array
$indexed boolean

testLegacyMergeRecursiveDistinct() public method

testMakeValuePairs() public method

public testMakeValuePairs ( )

testNonArraysAreNotIndexedOrAssociative() public method

testReplaceRecursive() public method

public testReplaceRecursive ( array $array1, array $array2, array $result )
$array1 array
$array2 array
$result array