JDatabaseQueryPostgresqlTest::testQuote
Tests the quoteName method.
Signature
public function testQuote(boolean
$text,
boolean
$escape,
string
$expected )
Parameters
-
$text
- The value to be quoted.
-
$escape
- True to escape the string, false to leave it unchanged.
-
$expected
- The expected result.
Returns
- void