|
MediaWiki
REL1_19
|


Public Member Functions | |
| __construct () | |
| Initialize all query page objects. | |
| testQuerypageSqlQuery () | |
| Test SQL for each of our QueryPages objects Database. | |
Protected Attributes | |
| $manualTest | |
| List query pages that can not be tested automatically. | |
| $reopensTempTable | |
| Pages whose query use the same DB table more than once. | |
Definition at line 18 of file QueryAllSpecialPagesTest.php.
Initialize all query page objects.
Definition at line 38 of file QueryAllSpecialPagesTest.php.
References $page, and $wgQueryPages.
QueryAllSpecialPagesTest::$manualTest [protected] |
array(
'LinkSearchPage'
)
List query pages that can not be tested automatically.
Definition at line 21 of file QueryAllSpecialPagesTest.php.
QueryAllSpecialPagesTest::$reopensTempTable [protected] |
array(
'BrokenRedirects',
)
Pages whose query use the same DB table more than once.
This is used to skip testing those pages when run against a MySQL backend which does not support reopening a temporary table. See upstream bug: http://bugs.mysql.com/bug.php?id=10327
Definition at line 31 of file QueryAllSpecialPagesTest.php.