\JDatabaseImporterMysqliTest
Tests the JDatabaseImporterMysqli class.
Synopsis
class JDatabaseImporterMysqliTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected $dbo;
- protected $lastQuery;
- protected $sample;
- // methods
- public void setup()
- public array callbackLoadObjectList()
- public string callbackQuote()
- public string callbackQuoteName()
- public void callbackSetQuery()
- public array dataGetAlterTableSQL()
- public array dataGetColumnSQL()
- public array dataGetKeySQL()
- public void testAsXml()
- public void testCheckWithNoDbo()
- public void testCheckWithNoFrom()
- public void testCheckWithGoodInput()
- public void testFromWithGoodInput()
- public void testGetAddColumnSQL()
- public void testGetAddKeySQL()
- public void testGetAlterTableSQL()
- public void testGetChangeColumnSQL()
- public void testGetColumnSQL()
- public void testGetDropColumnSQL()
- public void testGetDropKeySQL()
- public void testGetDropPrimaryKeySQL()
- public void testGetKeyLookup()
- public void testGetKeySQL()
- 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.
- dataGetKeySQL() — 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.
- testGetAddKeySQL() — Tests the getAddKeySQL method.
- testGetAlterTableSQL() — Tests the getAlterTableSQL method.
- testGetChangeColumnSQL() — Tests the getChangeColumnSQL method.
- testGetColumnSQL() — Tests the getColumnSQL method.
- testGetDropColumnSQL() — Tests the getDropColumnSQL method.
- testGetDropKeySQL() — Tests the getDropKeySQL method.
- testGetDropPrimaryKeySQL() — Tests the getDropPrimaryKeySQL method.
- testGetKeyLookup() — Tests the getKeyLookup method.
- testGetKeySQL() — Tests the getKeySQL 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.