JDatabaseQueryPostgresqlTest::testJoin
Test for JOIN clause using dataprovider to test all types of join.
Signature
public function testJoin(string
$type,
string
$conditions )
Parameters
-
$type
- Type of JOIN, could be INNER, OUTER, LEFT, RIGHT
-
$conditions
- Join condition
Returns
- void