JDatabaseDriverMysqliTest::testEscape
Tests the escape method.
Signature
public function testEscape(string
$text,
boolean
$extra,
string
$expected )
Parameters
-
$text
- The string to be escaped.
-
$extra
- Optional parameter to provide extra escaping.
-
$expected
- The expected result.
Returns
- void