|
MediaWiki
REL1_24
|
Test the abstract database layer This is a non DBMS depending test. More...


Test the abstract database layer This is a non DBMS depending test.
Definition at line 7 of file DatabaseSQLTest.php.
| DatabaseSQLTest::assertLastSql | ( | $ | sqlText | ) | [protected] |
Definition at line 18 of file DatabaseSQLTest.php.
References database.
| static DatabaseSQLTest::provideBuildConcat | ( | ) | [static] |
Definition at line 608 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideBuildLike | ( | ) | [static] |
Definition at line 631 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideConditional | ( | ) | [static] |
Definition at line 569 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideDelete | ( | ) | [static] |
Definition at line 196 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideDeleteJoin | ( | ) | [static] |
Definition at line 268 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideInsert | ( | ) | [static] |
Definition at line 313 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideInsertSelect | ( | ) | [static] |
Definition at line 369 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideNativeReplace | ( | ) | [static] |
Definition at line 543 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideReplace | ( | ) | [static] |
Definition at line 429 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideSelect | ( | ) | [static] |
Definition at line 41 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideUnionQueries | ( | ) | [static] |
Definition at line 663 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideUpdate | ( | ) | [static] |
Definition at line 146 of file DatabaseSQLTest.php.
References array().
| static DatabaseSQLTest::provideUpsert | ( | ) | [static] |
Definition at line 231 of file DatabaseSQLTest.php.
References array().
| DatabaseSQLTest::setUp | ( | ) | [protected] |
Reimplemented from MediaWikiTestCase.
Definition at line 13 of file DatabaseSQLTest.php.
References database.
| DatabaseSQLTest::testBuildConcat | ( | $ | stringList, |
| $ | sqlText | ||
| ) |
provideBuildConcat DatabaseBase::buildConcat
Definition at line 602 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testBuildLike | ( | $ | array, |
| $ | sqlText | ||
| ) |
provideBuildLike DatabaseBase::buildLike
Definition at line 625 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testConditional | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideConditional DatabaseBase::conditional
Definition at line 561 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testDelete | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideDelete DatabaseBase::delete
Definition at line 187 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testDeleteJoin | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideDeleteJoin DatabaseBase::deleteJoin
Definition at line 256 of file DatabaseSQLTest.php.
Definition at line 719 of file DatabaseSQLTest.php.
Definition at line 710 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testInsert | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideInsert DatabaseBase::insert
Definition at line 303 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testInsertSelect | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideInsertSelect DatabaseBase::insertSelect
Definition at line 356 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testNativeReplace | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideNativeReplace DatabaseBase::nativeReplace
Definition at line 534 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testReplace | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideReplace DatabaseBase::replace
Definition at line 419 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testSelect | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideSelect DatabaseBase::select
Definition at line 29 of file DatabaseSQLTest.php.
Definition at line 692 of file DatabaseSQLTest.php.
Definition at line 701 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testUnionQueries | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideUnionQueries DatabaseBase::unionQueries
Definition at line 656 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testUpdate | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideUpdate DatabaseBase::update
Definition at line 135 of file DatabaseSQLTest.php.
| DatabaseSQLTest::testUpsert | ( | $ | sql, |
| $ | sqlText | ||
| ) |
provideUpsert DatabaseBase::upsert
Definition at line 220 of file DatabaseSQLTest.php.
DatabaseTestHelper DatabaseSQLTest::$database [private] |
Definition at line 11 of file DatabaseSQLTest.php.