JArrayHelperTest::testToString
Tests converting array to string.
Signature
public function testToString(array
$input,
string
$inner,
string
$outer,
boolean
$keepKey,
string
$expect,
string
$message,
boolean
$defaults )
Parameters
-
$input
- The array being input
-
$inner
- The inner glue
-
$outer
- The outer glue
-
$keepKey
- Keep the outer key
-
$expect
- The expected return value
-
$message
- The failure message
-
$defaults
- Use function defaults (true) or full argument list
Returns
- void