JDatabaseQueryElementTest::test__toString
Test the __toString magic method.
Signature
public function test__toString(string
$name,
mixed
$elements,
string
$glue,
string
$expected )
Parameters
-
$name
- The name of the element.
-
$elements
- String or array.
-
$glue
- The glue for elements.
-
$expected
- The expected value.
Returns
- void