MediaWiki
REL1_21
|
Test the abstract database layer Using Mysql for the sql at the moment TODO. More...
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. |
Test the abstract database layer Using Mysql for the sql at the moment TODO.
Database
Definition at line 9 of file DatabaseSQLTest.php.
static DatabaseSQLTest::provideConditional | ( | ) | [static] |
Definition at line 120 of file DatabaseSQLTest.php.
References array().
static DatabaseSQLTest::provideSelectSQLText | ( | ) | [static] |
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 | ||
) |