MediaWiki
1.32.5
|
Static Public Member Functions | |
static | provideBaseTitleCases () |
static | provideConvertByteClassToUnicodeClass () |
static | provideGetFragment () |
static | provideGetPageViewLanguage () |
static | provideGetTalkPage_bad () |
static | provideGetTalkPage_good () |
static | provideGetTitleValue () |
static | provideInvalidSecureAndSplit () |
static | provideIsAlwaysKnown () |
static | provideIsValid () |
static | provideNewFromTitleValue () |
static | provideRootTitleCases () |
static | provideSpecialNamesWithAndWithoutParameter () |
static | provideSubpageTitleCases () |
static | provideTestIsValidMoveOperation () |
static | provideValidSecureAndSplit () |
Static Public Member Functions inherited from MediaWikiTestCase | |
static | getMutableTestUser ( $groups=[]) |
Convenience method for getting a mutable test user. More... | |
static | getTestPrefixFor (IDatabase $db) |
static | getTestSysop () |
Convenience method for getting an immutable admin test user. More... | |
static | getTestUser ( $groups=[]) |
Convenience method for getting an immutable test user. More... | |
static | installMockMwServices (Config $configOverrides=null) |
Creates a new "mock" MediaWikiServices instance, and installs it. More... | |
static | listTables (IMaintainableDatabase $db) |
static | prepareServices (Config $bootstrapConfig) |
static | resetNonServiceCaches () |
Resets some non-service singleton instances and other static caches. More... | |
static | restoreMwServices () |
Restores the original, non-mock MediaWikiServices instance. More... | |
static | setUpBeforeClass () |
static | setupTestDB (Database $db, $prefix) |
Creates an empty skeleton of the wiki database by cloning its structure to equivalent tables using the given $prefix. More... | |
static | teardownTestDB () |
Restores MediaWiki to using the table set (table prefix) it was using before setupTestDB() was called. More... | |
static | wfResetOutputBuffersBarrier ( $buffer) |
Used as a marker to prevent wfResetOutputBuffers from breaking PHPUnit. More... | |
Protected Member Functions | |
setUp () | |
Protected Member Functions inherited from MediaWikiTestCase | |
addCoreDBData () | |
addTmpFiles ( $files) | |
arrayWrap (array $elements) | |
Utility method taking an array of elements and wrapping each element in its own array. More... | |
assertArrayEquals (array $expected, array $actual, $ordered=false, $named=false) | |
Assert that two arrays are equal. More... | |
assertFileContains ( $fileName, $actualData, $createIfMissing=false, $msg='') | |
Check whether file contains given data. More... | |
assertHTMLEquals ( $expected, $actual, $msg='') | |
Put each HTML element on its own line and then equals() the results. More... | |
assertSelect ( $table, $fields, $condition, array $expectedRows, array $options=[], array $join_conds=[]) | |
Asserts that the given database query yields the rows given by $expectedRows. More... | |
assertType ( $type, $actual, $message='') | |
Asserts the type of the provided value. More... | |
assertTypeOrValue ( $type, $actual, $value=false, $message='') | |
Asserts that the provided variable is of the specified internal type or equals the $value argument. More... | |
checkDbIsSupported () | |
checkPHPExtension ( $extName) | |
Check if $extName is a loaded PHP extension, will skip the test whenever it is not loaded. More... | |
editPage ( $pageName, $text, $summary='', $defaultNs=NS_MAIN) | |
Edits or creates a page/revision. More... | |
ensureMockDatabaseConnection (IDatabase $db) | |
getDefaultWikitextNS () | |
Returns the ID of a namespace that defaults to Wikitext. More... | |
getExistingTestPage ( $title=null) | |
Returns a WikiPage representing an existing page. More... | |
getNewTempDirectory () | |
obtains a new temporary directory More... | |
getNewTempFile () | |
Obtains a new temporary file name. More... | |
getNonexistingTestPage ( $title=null) | |
Returns a WikiPage representing a non-existing page. More... | |
getSchemaOverrides (IMaintainableDatabase $db) | |
Stub. More... | |
insertPage ( $pageName, $text='Sample page for unit test.', $namespace=null, User $user=null) | |
Insert a new page. More... | |
isTestInDatabaseGroup () | |
isWikitextNS ( $ns) | |
Returns true if the given namespace defaults to Wikitext according to $wgNamespaceContentModels. More... | |
markTestSkippedIfDbType ( $type) | |
Skip the test if using the specified database type. More... | |
markTestSkippedIfNoDiff3 () | |
Check, if $wgDiff3 is set and ready to merge Will mark the calling test as skipped, if not ready. More... | |
mergeMwGlobalArrayValue ( $name, $values) | |
Merges the given values into a MW global array variable. More... | |
objectAssociativeSort (array &$array) | |
Does an associative sort that works for objects. More... | |
overrideMwServices (Config $configOverrides=null, array $services=[]) | |
Stashes the global instance of MediaWikiServices, and installs a new one, allowing test cases to override settings and services. More... | |
revisionDelete ( $rev, array $value=[Revision::DELETED_TEXT=> 1], $comment='') | |
Revision-deletes a revision. More... | |
setIniSetting ( $name, $value) | |
Set an ini setting for the duration of the test. More... | |
setLogger ( $channel, LoggerInterface $logger) | |
Sets the logger for a specified channel, for the duration of the test. More... | |
setMwGlobals ( $pairs, $value=null) | |
Sets a global, maintaining a stashed version of the previous global to be restored in tearDown. More... | |
setService ( $name, $object) | |
Sets a service, maintaining a stashed version of the previous service to be restored in tearDown. More... | |
setTemporaryHook ( $hookName, $handler) | |
Create a temporary hook handler which will be reset by tearDown. More... | |
stashMwGlobals ( $globalKeys) | |
Stashes the global, will be restored in tearDown() More... | |
tearDown () | |
truncateTable ( $tableName, IDatabase $db=null) | |
Empties the given table and resets any auto-increment counters. More... | |
Private Member Functions | |
secureAndSplitGlobals () | |
Additional Inherited Members | |
Public Attributes inherited from MediaWikiTestCase | |
const | DB_PREFIX = 'unittest_' |
Table name prefixes. More... | |
const | ORA_DB_PREFIX = 'ut_' |
Static Public Attributes inherited from MediaWikiTestCase | |
static TestUser[] | $users |
Static Protected Member Functions inherited from MediaWikiTestCase | |
static | getExternalStoreDatabaseConnections () |
Gets master database connections for all of the ExternalStoreDB stores configured in $wgDefaultExternalStore. More... | |
static | isUsingExternalStoreDB () |
Check whether ExternalStoreDB is being used. More... | |
static | setupDatabaseWithTestPrefix (IMaintainableDatabase $db, $prefix=null) |
Setups a database with cloned tables using the given prefix. More... | |
static | setupExternalStoreTestDBs ( $testPrefix=null) |
Clones the External Store database(s) for testing. More... | |
static | stripStringKeys (&$r) |
Utility function for eliminating all string keys from an array. More... | |
Protected Attributes inherited from MediaWikiTestCase | |
Database | $db |
Primary database. More... | |
array | $supportedDBs |
array | $tablesUsed = [] |
Database Title.
Definition at line 9 of file TitleTest.php.
TitleTest::dataWgWhitelistReadRegexp | ( | ) |
Provides test parameter values for testWgWhitelistReadRegexp()
Definition at line 378 of file TitleTest.php.
TitleTest::flattenErrorsArray | ( | $errors | ) |
Definition at line 414 of file TitleTest.php.
References as.
Referenced by testIsValidMoveOperation(), and testWgWhitelistReadRegexp().
|
static |
Definition at line 499 of file TitleTest.php.
TitleTest::provideCanHaveTalkPage | ( | ) |
Definition at line 704 of file TitleTest.php.
References false, Title\makeTitle(), NS_MEDIA, NS_SPECIAL, NS_TALK, NS_USER, and true.
|
static |
Definition at line 187 of file TitleTest.php.
TitleTest::provideCreateFragmentTitle | ( | ) |
Definition at line 797 of file TitleTest.php.
References Title\makeTitle(), NS_CATEGORY, NS_MAIN, and NS_TALK.
|
static |
Definition at line 591 of file TitleTest.php.
TitleTest::provideGetFragmentForURL | ( | ) |
Definition at line 962 of file TitleTest.php.
|
static |
Definition at line 448 of file TitleTest.php.
References false.
TitleTest::provideGetPrefixedDBKey | ( | ) |
Definition at line 877 of file TitleTest.php.
References Title\makeTitle(), NS_MAIN, NS_MEDIA, NS_USER, and NS_USER_TALK.
TitleTest::provideGetPrefixedText | ( | ) |
Definition at line 834 of file TitleTest.php.
References Title\makeTitle(), NS_MAIN, NS_MEDIA, NS_USER, and NS_USER_TALK.
|
static |
Definition at line 778 of file TitleTest.php.
References Title\makeTitle(), NS_MEDIA, and NS_SPECIAL.
|
static |
Definition at line 745 of file TitleTest.php.
References Title\makeTitle(), NS_MAIN, and NS_TALK.
|
static |
Definition at line 569 of file TitleTest.php.
|
static |
Definition at line 81 of file TitleTest.php.
|
static |
Definition at line 632 of file TitleTest.php.
TitleTest::provideIsRawHtmlMessage | ( | ) |
Definition at line 986 of file TitleTest.php.
|
static |
Definition at line 654 of file TitleTest.php.
References false, Title\makeTitle(), NS_MAIN, and true.
|
static |
Definition at line 548 of file TitleTest.php.
|
static |
Definition at line 519 of file TitleTest.php.
|
static |
Definition at line 276 of file TitleTest.php.
|
static |
Definition at line 540 of file TitleTest.php.
|
static |
Definition at line 309 of file TitleTest.php.
|
static |
Definition at line 44 of file TitleTest.php.
|
private |
Definition at line 135 of file TitleTest.php.
References Language\factory(), MediaWikiTestCase\setMwGlobals(), and MediaWikiTestCase\setService().
Referenced by testSecureAndSplitInvalid(), and testSecureAndSplitValid().
|
protected |
Reimplemented from MediaWikiTestCase.
Definition at line 10 of file TitleTest.php.
References MediaWikiTestCase\setContentLang(), MediaWikiTestCase\setMwGlobals(), and MediaWikiTestCase\setUserLang().
TitleTest::testCanHaveTalkPage | ( | Title | $title, |
$expected | |||
) |
provideCanHaveTalkPage Title::canHaveTalkPage
Title | $title | |
bool | $expected |
Definition at line 728 of file TitleTest.php.
References $title.
TitleTest::testCanTalk | ( | Title | $title, |
$expected | |||
) |
provideCanHaveTalkPage Title::canTalk
Title | $title | |
bool | $expected |
Definition at line 740 of file TitleTest.php.
References $title.
TitleTest::testConvertByteClassToUnicodeClass | ( | $byteClass, | |
$unicodeClass | |||
) |
provideConvertByteClassToUnicodeClass Title::convertByteClassToUnicodeClass
Definition at line 252 of file TitleTest.php.
References Title\convertByteClassToUnicodeClass().
TitleTest::testCreateFragmentTitle | ( | Title | $title, |
$fragment | |||
) |
Title::createFragmentTarget provideCreateFragmentTitle.
Definition at line 810 of file TitleTest.php.
References $title, and MediaWikiTestCase\mergeMwGlobalArrayValue().
TitleTest::testExists | ( | ) |
Definition at line 677 of file TitleTest.php.
References $article, $title, Title\GAID_FOR_UPDATE, Title\makeTitle(), and NS_PROJECT.
TitleTest::testFixSpecialNameRetainsParameter | ( | $text, | |
$expectedParam | |||
) |
provideSpecialNamesWithAndWithoutParameter Title::fixSpecialName
Definition at line 260 of file TitleTest.php.
References $title, captcha-old\count, and Title\newFromText().
TitleTest::testGetBaseText | ( | $title, | |
$expected, | |||
$msg = '' |
|||
) |
provideBaseTitleCases Title::getBaseText
Definition at line 491 of file TitleTest.php.
References $title, and Title\newFromText().
TitleTest::testGetFragment | ( | $full, | |
$fragment | |||
) |
Title::getFragment provideGetFragment.
string | $full | |
string | $fragment |
Definition at line 616 of file TitleTest.php.
References $title, and Title\newFromText().
TitleTest::testGetFragmentForURL | ( | $titleStr, | |
$expected | |||
) |
Title::getFragmentForURL provideGetFragmentForURL.
string | $titleStr | |
string | $expected |
Definition at line 927 of file TitleTest.php.
References $title, DB_MASTER, Title\newFromText(), MediaWikiTestCase\setMwGlobals(), and wfGetDB().
TitleTest::testGetPageViewLanguage | ( | $expected, | |
$titleText, | |||
$contLang, | |||
$lang, | |||
$variant, | |||
$msg = '' |
|||
) |
provideGetPageViewLanguage Title::getPageViewLanguage
Definition at line 427 of file TitleTest.php.
References $lang, $title, class, Title\newFromText(), MediaWikiTestCase\setContentLang(), MediaWikiTestCase\setMwGlobals(), and MediaWikiTestCase\setUserLang().
TitleTest::testGetPrefixedDBKey | ( | Title | $title, |
$expected | |||
) |
Title::getPrefixedDBKey provideGetPrefixedDBKey.
Definition at line 916 of file TitleTest.php.
References $title.
TitleTest::testGetPrefixedText | ( | Title | $title, |
$expected | |||
) |
Title::getPrefixedText provideGetPrefixedText.
Definition at line 873 of file TitleTest.php.
References $title.
TitleTest::testGetRootText | ( | $title, | |
$expected, | |||
$msg = '' |
|||
) |
provideRootTitleCases Title::getRootText
Definition at line 511 of file TitleTest.php.
References $title, and Title\newFromText().
TitleTest::testGetSubpageText | ( | $title, | |
$expected, | |||
$msg = '' |
|||
) |
Definition at line 532 of file TitleTest.php.
References $title, and Title\newFromText().
provideGetTalkPage_good Title::getTalkPage
Definition at line 756 of file TitleTest.php.
References $title.
TitleTest::testGetTalkPageIfDefined_bad | ( | Title | $title | ) |
provideGetTalkPage_bad Title::getTalkPageIfDefined
Definition at line 789 of file TitleTest.php.
References $title.
TitleTest::testGetTalkPageIfDefined_good | ( | Title | $title | ) |
provideGetTalkPage_good Title::getTalkPageIfDefined
Definition at line 769 of file TitleTest.php.
TitleTest::testGetTitleValue | ( | $text | ) |
Title::getTitleValue provideGetTitleValue.
Definition at line 581 of file TitleTest.php.
References $title, $value, and Title\newFromText().
TitleTest::testIsAlwaysKnown | ( | $page, | |
$isKnown | |||
) |
Title::isAlwaysKnown provideIsAlwaysKnown.
string | $page | |
bool | $isKnown |
Definition at line 627 of file TitleTest.php.
References $title, and Title\newFromText().
TitleTest::testIsAlwaysKnownOnInterwiki | ( | ) |
Definition at line 669 of file TitleTest.php.
References $title, Title\makeTitle(), and NS_MAIN.
TitleTest::testIsRawHtmlMessage | ( | $textForm, | |
$expected | |||
) |
Title::isRawHtmlMessage provideIsRawHtmlMessage.
Definition at line 975 of file TitleTest.php.
References $title, Title\newFromText(), and MediaWikiTestCase\setMwGlobals().
TitleTest::testIsValid | ( | Title | $title, |
$isValid | |||
) |
Title::isValid provideIsValid.
Title | $title | |
bool | $isValid |
Definition at line 650 of file TitleTest.php.
References $title.
TitleTest::testIsValidMoveOperation | ( | $source, | |
$target, | |||
$expected | |||
) |
Auth-less test of Title::isValidMoveOperation.
string | $source | |
string | $target | |
array | string | bool | $expected | Required error provideTestIsValidMoveOperation Title::isValidMoveOperation Title::validateFileMoveOperation |
Definition at line 294 of file TitleTest.php.
References $source, $title, array(), as, flattenErrorsArray(), Title\newFromText(), and MediaWikiTestCase\setMwGlobals().
TitleTest::testLegalChars | ( | ) |
Definition at line 25 of file TitleTest.php.
References as, and Title\legalChars().
TitleTest::testNewFromTitleValue | ( | TitleValue | $value | ) |
Title::newFromTitleValue provideNewFromTitleValue.
Definition at line 560 of file TitleTest.php.
References $title, $value, and Title\newFromTitleValue().
TitleTest::testSecureAndSplitInvalid | ( | $text, | |
$expectedErrorMessage | |||
) |
See also mediawiki.Title.test.js Title::secureAndSplit provideInvalidSecureAndSplit.
Definition at line 177 of file TitleTest.php.
References MalformedTitleException\getErrorMessage(), Title\newFromTextThrow(), and secureAndSplitGlobals().
TitleTest::testSecureAndSplitValid | ( | $text | ) |
See also mediawiki.Title.test.js Title::secureAndSplit provideValidSecureAndSplit.
Definition at line 166 of file TitleTest.php.
References class, Title\newFromText(), and secureAndSplitGlobals().
TitleTest::testWgWhitelistReadRegexp | ( | $whitelistRegexp, | |
$source, | |||
$action, | |||
$expected | |||
) |
Auth-less test of Title::userCan.
array | $whitelistRegexp | |
string | $source | |
string | $action | |
array | string | bool | $expected | Required error |
Title::checkReadPermissions dataWgWhitelistReadRegexp
Definition at line 334 of file TitleTest.php.
References $source, $title, $user, array(), as, flattenErrorsArray(), Title\newFromDBkey(), MediaWikiTestCase\setMwGlobals(), and User.