MediaWiki  1.33.0
TitleTest Class Reference

Database Title. More...

Inheritance diagram for TitleTest:
Collaboration diagram for TitleTest:

Public Member Functions

 dataWgWhitelistReadRegexp ()
 Provides test parameter values for testWgWhitelistReadRegexp() More...
 
 flattenErrorsArray ( $errors)
 
 provideCanHaveTalkPage ()
 
 provideCreateFragmentTitle ()
 
 provideEquals ()
 
 provideGetFragmentForURL ()
 
 provideGetPrefixedDBKey ()
 
 provideGetPrefixedText ()
 
 provideIsRawHtmlMessage ()
 
 testCanHaveTalkPage (Title $title, $expected)
 provideCanHaveTalkPage Title::canHaveTalkPage More...
 
 testConvertByteClassToUnicodeClass ( $byteClass, $unicodeClass)
 provideConvertByteClassToUnicodeClass Title::convertByteClassToUnicodeClass More...
 
 testCreateFragmentTitle (Title $title, $fragment)
 Title::createFragmentTarget provideCreateFragmentTitle. More...
 
 testEquals (Title $firstValue, $secondValue, $expectedSame)
 Title::equals provideEquals. More...
 
 testExists ()
 Title::exists. More...
 
 testFixSpecialNameRetainsParameter ( $text, $expectedParam)
 provideSpecialNamesWithAndWithoutParameter Title::fixSpecialName More...
 
 testGetBaseText ( $title, $expected, $msg='')
 provideBaseTitleCases Title::getBaseText More...
 
 testGetFragment ( $full, $fragment)
 Title::getFragment provideGetFragment. More...
 
 testGetFragmentForURL ( $titleStr, $expected)
 Title::getFragmentForURL provideGetFragmentForURL. More...
 
 testGetPageViewLanguage ( $expected, $titleText, $contLang, $lang, $variant, $msg='')
 provideGetPageViewLanguage Title::getPageViewLanguage More...
 
 testGetPrefixedDBKey (Title $title, $expected)
 Title::getPrefixedDBKey provideGetPrefixedDBKey. More...
 
 testGetPrefixedText (Title $title, $expected)
 Title::getPrefixedText provideGetPrefixedText. More...
 
 testGetRootText ( $title, $expected, $msg='')
 provideRootTitleCases Title::getRootText More...
 
 testGetSubpageText ( $title, $expected, $msg='')
 
 testGetTalkPage_good (Title $title, Title $expected)
 provideGetTalkPage_good Title::getTalkPage More...
 
 testGetTalkPageIfDefined_bad (Title $title)
 provideGetTalkPage_bad Title::getTalkPageIfDefined More...
 
 testGetTalkPageIfDefined_good (Title $title)
 provideGetTalkPage_good Title::getTalkPageIfDefined More...
 
 testGetTitleValue ( $text)
 Title::getTitleValue provideGetTitleValue. More...
 
 testIsAlwaysKnown ( $page, $isKnown)
 Title::isAlwaysKnown provideIsAlwaysKnown. More...
 
 testIsAlwaysKnownOnInterwiki ()
 Title::isAlwaysKnown. More...
 
 testIsRawHtmlMessage ( $textForm, $expected)
 Title::isRawHtmlMessage provideIsRawHtmlMessage. More...
 
 testIsValid (Title $title, $isValid)
 Title::isValid provideIsValid. More...
 
 testIsValidMoveOperation ( $source, $target, $expected)
 Auth-less test of Title::isValidMoveOperation. More...
 
 testLegalChars ()
 Title::legalChars. More...
 
 testNewFromLinkTarget (LinkTarget $value)
 Title::newFromLinkTarget provideNewFromTitleValue. More...
 
 testNewFromLinkTarget_clone ()
 Title::newFromLinkTarget. More...
 
 testNewFromTitleValue (TitleValue $value)
 Title::newFromTitleValue provideNewFromTitleValue. More...
 
 testSecureAndSplitInvalid ( $text, $expectedErrorMessage)
 See also mediawiki.Title.test.js Title::secureAndSplit provideInvalidSecureAndSplit. More...
 
 testSecureAndSplitValid ( $text)
 See also mediawiki.Title.test.js Title::secureAndSplit provideValidSecureAndSplit. More...
 
 testWgWhitelistReadRegexp ( $whitelistRegexp, $source, $action, $expected)
 Auth-less test of Title::userCan. More...
 
- Public Member Functions inherited from MediaWikiTestCase
 __construct ( $name=null, array $data=[], $dataName='')
 
 __destruct ()
 
 addDBData ()
 Stub. More...
 
 addDBDataOnce ()
 Stub. More...
 
 copyTestData (IDatabase $source, IDatabase $target)
 Copy test data from one database connection to another. More...
 
 dbPrefix ()
 
 getCliArg ( $offset)
 
 hideDeprecated ( $function)
 Don't throw a warning if $function is deprecated and called later. More...
 
 needsDB ()
 
 run (PHPUnit_Framework_TestResult $result=null)
 
 setCliArg ( $offset, $value)
 
 setContentLang ( $lang)
 
 setGroupPermissions ( $newPerms, $newKey=null, $newValue=null)
 Alters $wgGroupPermissions for the duration of the test. More...
 
 setupAllTestDBs ()
 Set up all test DBs. More...
 
 setUserLang ( $lang)
 
 testMediaWikiTestCaseParentSetupCalled ()
 Make sure MediaWikiTestCase extending classes have called their parent setUp method. More...
 
 usesTemporaryTables ()
 

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 (IMaintainableDatabase $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 = []
 

Detailed Description

Database Title.

Definition at line 10 of file TitleTest.php.

Member Function Documentation

◆ dataWgWhitelistReadRegexp()

TitleTest::dataWgWhitelistReadRegexp ( )

Provides test parameter values for testWgWhitelistReadRegexp()

Definition at line 377 of file TitleTest.php.

◆ flattenErrorsArray()

TitleTest::flattenErrorsArray (   $errors)

Definition at line 413 of file TitleTest.php.

References as.

Referenced by testIsValidMoveOperation(), and testWgWhitelistReadRegexp().

◆ provideBaseTitleCases()

static TitleTest::provideBaseTitleCases ( )
static

Definition at line 498 of file TitleTest.php.

◆ provideCanHaveTalkPage()

TitleTest::provideCanHaveTalkPage ( )

Definition at line 729 of file TitleTest.php.

References false, Title\makeTitle(), NS_MEDIA, NS_SPECIAL, NS_TALK, NS_USER, and true.

◆ provideConvertByteClassToUnicodeClass()

static TitleTest::provideConvertByteClassToUnicodeClass ( )
static

Definition at line 188 of file TitleTest.php.

◆ provideCreateFragmentTitle()

TitleTest::provideCreateFragmentTitle ( )

Definition at line 810 of file TitleTest.php.

References Title\makeTitle(), NS_CATEGORY, NS_MAIN, and NS_TALK.

◆ provideEquals()

TitleTest::provideEquals ( )

Definition at line 1012 of file TitleTest.php.

References false, Title\makeTitle(), Title\newFromText(), NS_MAIN, NS_TALK, and true.

◆ provideGetFragment()

static TitleTest::provideGetFragment ( )
static

Definition at line 616 of file TitleTest.php.

◆ provideGetFragmentForURL()

TitleTest::provideGetFragmentForURL ( )

Definition at line 975 of file TitleTest.php.

◆ provideGetPageViewLanguage()

static TitleTest::provideGetPageViewLanguage ( )
static

Definition at line 447 of file TitleTest.php.

References false.

◆ provideGetPrefixedDBKey()

TitleTest::provideGetPrefixedDBKey ( )

Definition at line 890 of file TitleTest.php.

References Title\makeTitle(), NS_MAIN, NS_MEDIA, NS_USER, and NS_USER_TALK.

◆ provideGetPrefixedText()

TitleTest::provideGetPrefixedText ( )

Definition at line 847 of file TitleTest.php.

References Title\makeTitle(), NS_MAIN, NS_MEDIA, NS_USER, and NS_USER_TALK.

◆ provideGetTalkPage_bad()

static TitleTest::provideGetTalkPage_bad ( )
static

Definition at line 791 of file TitleTest.php.

References Title\makeTitle(), NS_MEDIA, and NS_SPECIAL.

◆ provideGetTalkPage_good()

static TitleTest::provideGetTalkPage_good ( )
static

Definition at line 758 of file TitleTest.php.

References Title\makeTitle(), NS_MAIN, and NS_TALK.

◆ provideGetTitleValue()

static TitleTest::provideGetTitleValue ( )
static

Definition at line 594 of file TitleTest.php.

◆ provideInvalidSecureAndSplit()

static TitleTest::provideInvalidSecureAndSplit ( )
static

Definition at line 82 of file TitleTest.php.

◆ provideIsAlwaysKnown()

static TitleTest::provideIsAlwaysKnown ( )
static

Definition at line 657 of file TitleTest.php.

References false, and true.

◆ provideIsRawHtmlMessage()

TitleTest::provideIsRawHtmlMessage ( )

Definition at line 999 of file TitleTest.php.

References false, and true.

◆ provideIsValid()

static TitleTest::provideIsValid ( )
static

Definition at line 679 of file TitleTest.php.

References false, Title\makeTitle(), NS_MAIN, and true.

◆ provideNewFromTitleValue()

static TitleTest::provideNewFromTitleValue ( )
static

Definition at line 547 of file TitleTest.php.

References NS_MAIN, and NS_USER.

◆ provideRootTitleCases()

static TitleTest::provideRootTitleCases ( )
static

Definition at line 518 of file TitleTest.php.

◆ provideSpecialNamesWithAndWithoutParameter()

static TitleTest::provideSpecialNamesWithAndWithoutParameter ( )
static

Definition at line 277 of file TitleTest.php.

References null.

◆ provideSubpageTitleCases()

static TitleTest::provideSubpageTitleCases ( )
static

Definition at line 539 of file TitleTest.php.

◆ provideTestIsValidMoveOperation()

static TitleTest::provideTestIsValidMoveOperation ( )
static

Definition at line 309 of file TitleTest.php.

◆ provideValidSecureAndSplit()

static TitleTest::provideValidSecureAndSplit ( )
static

Definition at line 45 of file TitleTest.php.

◆ secureAndSplitGlobals()

TitleTest::secureAndSplitGlobals ( )
private

◆ setUp()

TitleTest::setUp ( )
protected

◆ testCanHaveTalkPage()

TitleTest::testCanHaveTalkPage ( Title  $title,
  $expected 
)

provideCanHaveTalkPage Title::canHaveTalkPage

Parameters
Title$title
bool$expected

Definition at line 753 of file TitleTest.php.

References $title.

◆ testConvertByteClassToUnicodeClass()

TitleTest::testConvertByteClassToUnicodeClass (   $byteClass,
  $unicodeClass 
)

provideConvertByteClassToUnicodeClass Title::convertByteClassToUnicodeClass

Definition at line 253 of file TitleTest.php.

References Title\convertByteClassToUnicodeClass().

◆ testCreateFragmentTitle()

TitleTest::testCreateFragmentTitle ( Title  $title,
  $fragment 
)

Title::createFragmentTarget provideCreateFragmentTitle.

Definition at line 823 of file TitleTest.php.

References $title, and MediaWikiTestCase\mergeMwGlobalArrayValue().

◆ testEquals()

TitleTest::testEquals ( Title  $firstValue,
  $secondValue,
  $expectedSame 
)

Title::equals provideEquals.

Definition at line 1094 of file TitleTest.php.

References Title\equals().

◆ testExists()

TitleTest::testExists ( )

◆ testFixSpecialNameRetainsParameter()

TitleTest::testFixSpecialNameRetainsParameter (   $text,
  $expectedParam 
)

provideSpecialNamesWithAndWithoutParameter Title::fixSpecialName

Definition at line 261 of file TitleTest.php.

References $title, captcha-old\count, and Title\newFromText().

◆ testGetBaseText()

TitleTest::testGetBaseText (   $title,
  $expected,
  $msg = '' 
)

provideBaseTitleCases Title::getBaseText

Definition at line 490 of file TitleTest.php.

References $title, and Title\newFromText().

◆ testGetFragment()

TitleTest::testGetFragment (   $full,
  $fragment 
)

Title::getFragment provideGetFragment.

Parameters
string$full
string$fragment

Definition at line 641 of file TitleTest.php.

References $title, and Title\newFromText().

◆ testGetFragmentForURL()

TitleTest::testGetFragmentForURL (   $titleStr,
  $expected 
)

Title::getFragmentForURL provideGetFragmentForURL.

Parameters
string$titleStr
string$expected

Definition at line 940 of file TitleTest.php.

References $title, DB_MASTER, Title\newFromText(), MediaWikiTestCase\setMwGlobals(), and wfGetDB().

◆ testGetPageViewLanguage()

TitleTest::testGetPageViewLanguage (   $expected,
  $titleText,
  $contLang,
  $lang,
  $variant,
  $msg = '' 
)

◆ testGetPrefixedDBKey()

TitleTest::testGetPrefixedDBKey ( Title  $title,
  $expected 
)

Title::getPrefixedDBKey provideGetPrefixedDBKey.

Definition at line 929 of file TitleTest.php.

References $title.

◆ testGetPrefixedText()

TitleTest::testGetPrefixedText ( Title  $title,
  $expected 
)

Title::getPrefixedText provideGetPrefixedText.

Definition at line 886 of file TitleTest.php.

References $title.

◆ testGetRootText()

TitleTest::testGetRootText (   $title,
  $expected,
  $msg = '' 
)

provideRootTitleCases Title::getRootText

Definition at line 510 of file TitleTest.php.

References $title, and Title\newFromText().

◆ testGetSubpageText()

TitleTest::testGetSubpageText (   $title,
  $expected,
  $msg = '' 
)
Todo:
Handle $wgNamespacesWithSubpages cases provideSubpageTitleCases Title::getSubpageText

Definition at line 531 of file TitleTest.php.

References $title, and Title\newFromText().

◆ testGetTalkPage_good()

TitleTest::testGetTalkPage_good ( Title  $title,
Title  $expected 
)

provideGetTalkPage_good Title::getTalkPage

Definition at line 769 of file TitleTest.php.

References $title.

◆ testGetTalkPageIfDefined_bad()

TitleTest::testGetTalkPageIfDefined_bad ( Title  $title)

provideGetTalkPage_bad Title::getTalkPageIfDefined

Definition at line 802 of file TitleTest.php.

References $title.

◆ testGetTalkPageIfDefined_good()

TitleTest::testGetTalkPageIfDefined_good ( Title  $title)

provideGetTalkPage_good Title::getTalkPageIfDefined

Definition at line 782 of file TitleTest.php.

References $title, and class.

◆ testGetTitleValue()

TitleTest::testGetTitleValue (   $text)

Title::getTitleValue provideGetTitleValue.

Definition at line 606 of file TitleTest.php.

References $title, $value, and Title\newFromText().

◆ testIsAlwaysKnown()

TitleTest::testIsAlwaysKnown (   $page,
  $isKnown 
)

Title::isAlwaysKnown provideIsAlwaysKnown.

Parameters
string$page
bool$isKnown

Definition at line 652 of file TitleTest.php.

References $title, and Title\newFromText().

◆ testIsAlwaysKnownOnInterwiki()

TitleTest::testIsAlwaysKnownOnInterwiki ( )

Title::isAlwaysKnown.

Definition at line 694 of file TitleTest.php.

References $title, Title\makeTitle(), and NS_MAIN.

◆ testIsRawHtmlMessage()

TitleTest::testIsRawHtmlMessage (   $textForm,
  $expected 
)

Title::isRawHtmlMessage provideIsRawHtmlMessage.

Definition at line 988 of file TitleTest.php.

References $title, Title\newFromText(), and MediaWikiTestCase\setMwGlobals().

◆ testIsValid()

TitleTest::testIsValid ( Title  $title,
  $isValid 
)

Title::isValid provideIsValid.

Parameters
Title$title
bool$isValid

Definition at line 675 of file TitleTest.php.

References $title.

◆ testIsValidMoveOperation()

TitleTest::testIsValidMoveOperation (   $source,
  $target,
  $expected 
)

Auth-less test of Title::isValidMoveOperation.

Parameters
string$source
string$target
array | string | bool$expectedRequired error provideTestIsValidMoveOperation Title::isValidMoveOperation

Definition at line 294 of file TitleTest.php.

References $source, $title, array(), as, flattenErrorsArray(), Title\newFromText(), and MediaWikiTestCase\setMwGlobals().

◆ testLegalChars()

TitleTest::testLegalChars ( )

Title::legalChars.

Definition at line 26 of file TitleTest.php.

References as, and Title\legalChars().

◆ testNewFromLinkTarget()

TitleTest::testNewFromLinkTarget ( LinkTarget  $value)

Title::newFromLinkTarget provideNewFromTitleValue.

Definition at line 572 of file TitleTest.php.

References $title, $value, and Title\newFromLinkTarget().

◆ testNewFromLinkTarget_clone()

TitleTest::testNewFromLinkTarget_clone ( )

◆ testNewFromTitleValue()

TitleTest::testNewFromTitleValue ( TitleValue  $value)

Title::newFromTitleValue provideNewFromTitleValue.

Definition at line 559 of file TitleTest.php.

References $title, $value, and Title\newFromTitleValue().

◆ testSecureAndSplitInvalid()

TitleTest::testSecureAndSplitInvalid (   $text,
  $expectedErrorMessage 
)

See also mediawiki.Title.test.js Title::secureAndSplit provideInvalidSecureAndSplit.

Note
This mainly tests MediaWikiTitleCodec::parseTitle().

Definition at line 178 of file TitleTest.php.

References MalformedTitleException\getErrorMessage(), Title\newFromTextThrow(), and secureAndSplitGlobals().

◆ testSecureAndSplitValid()

TitleTest::testSecureAndSplitValid (   $text)

See also mediawiki.Title.test.js Title::secureAndSplit provideValidSecureAndSplit.

Note
This mainly tests MediaWikiTitleCodec::parseTitle().

Definition at line 167 of file TitleTest.php.

References class, Title\newFromText(), and secureAndSplitGlobals().

◆ testWgWhitelistReadRegexp()

TitleTest::testWgWhitelistReadRegexp (   $whitelistRegexp,
  $source,
  $action,
  $expected 
)

Auth-less test of Title::userCan.

Parameters
array$whitelistRegexp
string$source
string$action
array | string | bool$expectedRequired error

\Mediawiki\Permissions\PermissionManager::checkReadPermissions dataWgWhitelistReadRegexp

Definition at line 333 of file TitleTest.php.

References $source, $title, $user, array(), as, flattenErrorsArray(), Title\newFromDBkey(), MediaWikiTestCase\setMwGlobals(), and User.


The documentation for this class was generated from the following file: