JDatabaseImporterPostgresqlTest::testGetColumnSQL
Tests the getColumnSQL method.
Signature
public function testGetColumnSQL(SimpleXmlElement
$field,
string
$expected,
string
$messageĀ )
Parameters
-
$field
- The database field as an object.
-
$expected
- The expected result from the getColumnSQL method.
-
$message
- The error message to display if the result does not match the expected value.
Returns
- void