MediaWiki
REL1_24
|
Test class for ArrayUtils class. More...
Public Member Functions | |
provideArrayDiffAssocRecursive () | |
provideFindLowerBound () | |
testArrayDiffAssocRecursive ($expected) | |
ArrayUtils::arrayDiffAssocRecursive provideArrayDiffAssocRecursive | |
testFindLowerBound ($valueCallback, $valueCount, $comparisonCallback, $target, $expected) | |
ArrayUtils::findLowerBound provideFindLowerBound | |
Private Attributes | |
$search |
Definition at line 145 of file ArrayUtilsTest.php.
References array().
Definition at line 25 of file ArrayUtilsTest.php.
ArrayUtilsTest::testArrayDiffAssocRecursive | ( | $ | expected | ) |
ArrayUtils::arrayDiffAssocRecursive provideArrayDiffAssocRecursive
Definition at line 137 of file ArrayUtilsTest.php.
ArrayUtilsTest::testFindLowerBound | ( | $ | valueCallback, |
$ | valueCount, | ||
$ | comparisonCallback, | ||
$ | target, | ||
$ | expected | ||
) |
ArrayUtils::findLowerBound provideFindLowerBound
Definition at line 15 of file ArrayUtilsTest.php.
References ArrayUtils\findLowerBound().
ArrayUtilsTest::$search [private] |
Definition at line 9 of file ArrayUtilsTest.php.