Test class to run the query of most of all our special pages.
$manualTest
List query pages that can not be tested automatically.
SpecialPage[] $queryPages
$reopensTempTable
Pages whose query use the same DB table more than once.
__construct()
Initialize all query page objects.
testQuerypageSqlQuery()
Test SQL for each of our QueryPages objects Database.
static getPages()
Get a list of query page classes and their associated special pages, for periodic updates.
static getPage( $name)
Find the object with a given name and return it (or NULL)
Parent class for all special pages.