JArrayHelperTest::testGetColumn
Test pulling data from a single column (by index or association).
Signature
public function testGetColumn(array
$input,
mixed
$index,
array
$expect,
string
$messageĀ )
Parameters
-
$input
- Input array
-
$index
- Column to pull, either by association or number
-
$expect
- The expected results
-
$message
- The failure message
Returns
- void