MediaWiki
1.30.0
|
Test class for ArrayUtils class. More...
Public Member Functions | |
provideArrayDiffAssocRecursive () | |
provideFindLowerBound () | |
testArrayDiffAssocRecursive ( $expected) | |
ArrayUtils::arrayDiffAssocRecursive provideArrayDiffAssocRecursive. More... | |
testFindLowerBound ( $valueCallback, $valueCount, $comparisonCallback, $target, $expected) | |
ArrayUtils::findLowerBound provideFindLowerBound. More... | |
Private Attributes | |
$search | |
ArrayUtilsTest::provideArrayDiffAssocRecursive | ( | ) |
Definition at line 144 of file ArrayUtilsTest.php.
ArrayUtilsTest::provideFindLowerBound | ( | ) |
Definition at line 25 of file ArrayUtilsTest.php.
References use.
ArrayUtilsTest::testArrayDiffAssocRecursive | ( | $expected | ) |
ArrayUtils::arrayDiffAssocRecursive provideArrayDiffAssocRecursive.
Definition at line 136 of file ArrayUtilsTest.php.
References $args.
ArrayUtilsTest::testFindLowerBound | ( | $valueCallback, | |
$valueCount, | |||
$comparisonCallback, | |||
$target, | |||
$expected | |||
) |
ArrayUtils::findLowerBound provideFindLowerBound.
Definition at line 15 of file ArrayUtilsTest.php.
References ArrayUtils\findLowerBound().
|
private |
Definition at line 9 of file ArrayUtilsTest.php.