JDatabaseDriverPostgresqlTest::testEscape
Tests the JDatabasePostgresql escape method.
Signature
public function testEscape(string
$text,
bool
$extra,
string
$resultĀ )
Parameters
-
$text
- The string to be escaped.
-
$extra
- Optional parameter to provide extra escaping.
-
$result
- Correct string escaped
Returns
- void