MediaWiki  REL1_21
DatabaseSQLTest Class Reference

Test the abstract database layer Using Mysql for the sql at the moment TODO. More...

Inheritance diagram for DatabaseSQLTest:
Collaboration diagram for DatabaseSQLTest:

List of all members.

Public Member Functions

 testConditional ($sql, $sqlText)
 provideConditional
 testSelectSQLText ($sql, $sqlText)
 provideSelectSQLText

Static Public Member Functions

static provideConditional ()
static provideSelectSQLText ()

Protected Member Functions

 setUp ()
 setUp and tearDown should (where significant) happen in reverse order.

Detailed Description

Test the abstract database layer Using Mysql for the sql at the moment TODO.

Database

Definition at line 9 of file DatabaseSQLTest.php.


Member Function Documentation

Definition at line 120 of file DatabaseSQLTest.php.

References array().

Definition at line 33 of file DatabaseSQLTest.php.

References array().

DatabaseSQLTest::setUp ( ) [protected]

setUp and tearDown should (where significant) happen in reverse order.

Reimplemented from MediaWikiTestCase.

Definition at line 11 of file DatabaseSQLTest.php.

DatabaseSQLTest::testConditional ( sql,
sqlText 
)

provideConditional

Definition at line 112 of file DatabaseSQLTest.php.

DatabaseSQLTest::testSelectSQLText ( sql,
sqlText 
)

provideSelectSQLText

Definition at line 22 of file DatabaseSQLTest.php.

References array().


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