JDatabaseQueryElementTest::dataTestAppend
Test cases for append and __toString
Each test case provides - array element the base element for the test, given as hash name => element_name, elements => element array, glue => glue - array appendElement the element to be appended (same format as above) - array expected array of elements that should be the value of the elements attribute after the merge - string expected value of __toString() for element after append
Signature
public function dataTestAppend()
Returns
- array