\JDatabaseImporterPostgresqlTest
Test the JDatabaseImporterPostgresql class.
Synopsis
class JDatabaseImporterPostgresqlTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected $dbo;
- protected $lastQuery;
- // methods
- public void setup()
- public array callbackLoadObjectList()
- public string callbackQuote()
- public string callbackQuoteName()
- public void callbackSetQuery()
- public array dataGetAlterTableSQL()
- public array dataGetColumnSQL()
- public void testAsXml()
- public void testCheckWithNoDbo()
- public void testCheckWithNoFrom()
- public void testCheckWithGoodInput()
- public void testFromWithGoodInput()
- public void testGetAddColumnSQL()
- public void testGetAddSequenceSQL()
- public void testGetAddIndexSQL()
- public void testGetAlterTableSQL()
- public void testGetChangeColumnSQL()
- public void testGetChangeSequenceSQL()
- public void testGetColumnSQL()
- public void testGetDropColumnSQL()
- public void testGetDropIndexSQL()
- public void testGetDropPrimaryKeySQL()
- public void testGetDropSequenceSQL()
- public void testGetIdxLookup()
- public void testGetRealTableName()
- public void testSetDboWithBadInput()
- public void testSetDboWithGoodInput()
- public void testWithStructure()
Hierarchy
Extends
Members
Methods
public
- callbackLoadObjectList() — Callback for the dbo loadObjectList method.
- callbackQuote() — Callback for the dbo quote method.
- callbackQuoteName() — Callback for the dbo quoteName method.
- callbackSetQuery() — Callback for the dbo setQuery method.
- dataGetAlterTableSQL() — Data for the testGetAlterTableSQL test.
- dataGetColumnSQL() — Data for the testGetColumnSQL test.
- setup() — Sets up the testing conditions
- testAsXml() — Tests the asXml method.
- testCheckWithGoodInput() — Tests the check method.
- testCheckWithNoDbo() — Tests the check method.
- testCheckWithNoFrom() — Tests the check method.
- testFromWithGoodInput() — Tests the from method with expected good inputs.
- testGetAddColumnSQL() — Tests the getAddColumnSQL method.
- testGetAddIndexSQL() — Tests the getAddIndexSQL method.
- testGetAddSequenceSQL() — Tests the getAddSequenceSQL method.
- testGetAlterTableSQL() — Tests the getAlterTableSQL method.
- testGetChangeColumnSQL() — Tests the getChangeColumnSQL method.
- testGetChangeSequenceSQL() — Tests the getChangeSequenceSQL method.
- testGetColumnSQL() — Tests the getColumnSQL method.
- testGetDropColumnSQL() — Tests the getDropColumnSQL method.
- testGetDropIndexSQL() — Tests the getDropKeySQL method.
- testGetDropPrimaryKeySQL() — Tests the getDropPrimaryKeySQL method.
- testGetDropSequenceSQL() — Tests the getDropSequenceSQL method.
- testGetIdxLookup() — Tests the getIdxLookup method.
- testGetRealTableName() — Tests the getRealTableName method with the wrong type of class.
- testSetDboWithBadInput() — Tests the setDbo method with the wrong type of class.
- testSetDboWithGoodInput() — Tests the setDbo method with the wrong type of class.
- testWithStructure() — Tests the withStructure method.