MediaWiki  1.29.1
ArrayUtilsTest Class Reference

Test class for ArrayUtils class. More...

Inheritance diagram for ArrayUtilsTest:
Collaboration diagram for ArrayUtilsTest:

Public Member Functions

 provideArrayDiffAssocRecursive ()
 
 provideFindLowerBound ()
 
 testArrayDiffAssocRecursive ( $expected)
 ArrayUtils::arrayDiffAssocRecursive provideArrayDiffAssocRecursive. More...
 
 testFindLowerBound ( $valueCallback, $valueCount, $comparisonCallback, $target, $expected)
 ArrayUtils::findLowerBound provideFindLowerBound. More...
 

Private Attributes

 $search
 

Detailed Description

Test class for ArrayUtils class.

Database

Definition at line 8 of file ArrayUtilsTest.php.

Member Function Documentation

◆ provideArrayDiffAssocRecursive()

ArrayUtilsTest::provideArrayDiffAssocRecursive ( )

Definition at line 144 of file ArrayUtilsTest.php.

◆ provideFindLowerBound()

ArrayUtilsTest::provideFindLowerBound ( )

Definition at line 25 of file ArrayUtilsTest.php.

References use.

◆ testArrayDiffAssocRecursive()

ArrayUtilsTest::testArrayDiffAssocRecursive (   $expected)

ArrayUtils::arrayDiffAssocRecursive provideArrayDiffAssocRecursive.

Definition at line 136 of file ArrayUtilsTest.php.

References $args.

◆ testFindLowerBound()

ArrayUtilsTest::testFindLowerBound (   $valueCallback,
  $valueCount,
  $comparisonCallback,
  $target,
  $expected 
)

ArrayUtils::findLowerBound provideFindLowerBound.

Definition at line 15 of file ArrayUtilsTest.php.

References ArrayUtils\findLowerBound().

Member Data Documentation

◆ $search

ArrayUtilsTest::$search
private

Definition at line 9 of file ArrayUtilsTest.php.


The documentation for this class was generated from the following file: