ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilDatabasePDOInnodbTest Class Reference

TestCase for the ilDatabasePDOInnodbTest. More...

+ Inheritance diagram for ilDatabasePDOInnodbTest:
+ Collaboration diagram for ilDatabasePDOInnodbTest:

Protected Member Functions

 getDBInstance ()
 
 getTableName ()
 
- Protected Member Functions inherited from ilDatabaseImplementationBaseTest
 setUp ()
 
 getIniFile ()
 
 connect (ilDBInterface $ilDBInterface, $missing_ini=false)
 
 getTableName ()
 
 tearDown ()
 
 getDBInstance ()
 
 changeGlobal (ilDBInterface $ilDBInterface)
 
 changeBack ()
 
 normalizeSQL ($sql)
 
 normalizetableName ($sql)
 

Additional Inherited Members

- Public Member Functions inherited from ilDatabaseImplementationBaseTest
 testInstance ()
 Test instance implements ilDBInterface and is ilDBInnoDB. More...
 
 testConnection ()
 
 testCreateDatabase ()
 testConnection More...
 
 testInsertNative ()
 testConnection More...
 
 testQueryUtils ()
 
 testUpdateNative ()
 testConnection More...
 
 testInsertSQL ()
 testConnection More...
 
 testSelectUsrData ()
 
 testIndices ()
 testConnection More...
 
 testTableColums ()
 testConnection More...
 
 testSequences ()
 testConnection More...
 
 testDBAnalyser ()
 testConnection More...
 
 testDropSequence ()
 testConnection More...
 
 testConstraints ()
 
 testChangeTableName ()
 testConnection More...
 
 testRenameTableColumn ()
 testConnection More...
 
 testModifyTableColumn ()
 testConnection More...
 
 testLockTables ()
 testConnection More...
 
 testTransactions ()
 testConnection More...
 
 testDropTable ()
 testConnection More...
 
- Data Fields inherited from ilDatabaseImplementationBaseTest
const INDEX_NAME = 'i1'
 
const TABLE_NAME = 'il_ut_en'
 
const CREATE_TABLE_ARRAY_KEY = 'create table'
 
- Protected Attributes inherited from ilDatabaseImplementationBaseTest
 $error_reporting_backup = 0
 
 $backupGlobals = false
 
 $db
 
 $mock
 
 $outputs
 
 $ildb_backup
 
 $type = ''
 
 $ini_file = '/var/www/ilias/data/trunk/client.ini.php'
 
 $set_up = false
 

Detailed Description

TestCase for the ilDatabasePDOInnodbTest.

needsInstalledILIAS

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
1.0.0

Definition at line 34 of file ilDatabasePDOInnodbTest.php.

Member Function Documentation

◆ getDBInstance()

ilDatabasePDOInnodbTest::getDBInstance ( )
protected
Returns
Exceptions

Definition at line 41 of file ilDatabasePDOInnodbTest.php.

42  {
43  require_once('./Services/Database/classes/PDO/class.ilDBPdoMySQLInnoDB.php');
44 
45  return new ilDBPdoMySQLInnoDB();
46  }
Class ilDBPdoMySQLInnoDB.

◆ getTableName()

ilDatabasePDOInnodbTest::getTableName ( )
protected
Returns
string

Definition at line 52 of file ilDatabasePDOInnodbTest.php.

53  {
54  return strtolower(self::TABLE_NAME . '_pdo_i');
55  }

The documentation for this class was generated from the following file: