$context | TextContentTest | protected |
$db | MediaWikiTestCase | protected |
$sections | WikitextContentTest | static |
$supportedDBs | MediaWikiTestCase | protected |
$tablesUsed | MediaWikiTestCase | protected |
$users | MediaWikiTestCase | static |
__call($func, $args) | MediaWikiTestCase | |
__construct($name=null, array $data=[], $dataName= '') | MediaWikiTestCase | |
__destruct() | MediaWikiTestCase | |
addDBData() | MediaWikiTestCase | |
addDBDataOnce() | MediaWikiTestCase | |
addTmpFiles($files) | MediaWikiTestCase | protected |
arrayWrap(array $elements) | MediaWikiTestCase | protected |
assertArrayEquals(array $expected, array $actual, $ordered=false, $named=false) | MediaWikiTestCase | protected |
assertHTMLEquals($expected, $actual, $msg= '') | MediaWikiTestCase | protected |
assertNotTag($matcher, $actual, $message= '', $isHtml=true) | MediaWikiTestCase | static |
assertSelect($table, $fields, $condition, array $expectedRows) | MediaWikiTestCase | protected |
assertTag($matcher, $actual, $message= '', $isHtml=true) | MediaWikiTestCase | static |
assertType($type, $actual, $message= '') | MediaWikiTestCase | protected |
assertTypeOrValue($type, $actual, $value=false, $message= '') | MediaWikiTestCase | protected |
assertValidHtmlDocument($html) | MediaWikiTestCase | protected |
assertValidHtmlSnippet($html) | MediaWikiTestCase | protected |
checkDbIsSupported() | MediaWikiTestCase | protected |
checkPHPExtension($extName) | MediaWikiTestCase | protected |
dataEquals() | WikitextContentTest | static |
dataGetDeletionUpdates() | WikitextContentTest | static |
dataGetParserOutput() | WikitextContentTest | static |
dataGetRedirectTarget() | WikitextContentTest | static |
dataGetSecondaryDataUpdates() | WikitextContentTest | static |
dataGetSection() | WikitextContentTest | static |
dataGetTextForSummary() | WikitextContentTest | static |
dataIsCountable() | WikitextContentTest | static |
dataIsEmpty() | TextContentTest | static |
dataPreloadTransform() | WikitextContentTest | static |
dataPreSaveTransform() | WikitextContentTest | static |
dataReplaceSection() | WikitextContentTest | static |
DB_PREFIX | MediaWikiTestCase | |
dbPrefix() | MediaWikiTestCase | |
getCliArg($offset) | MediaWikiTestCase | |
getDefaultWikitextNS() | MediaWikiTestCase | protected |
getExternalStoreDatabaseConnections() | MediaWikiTestCase | protectedstatic |
getMutableTestUser($groups=[]) | MediaWikiTestCase | static |
getNewTempDirectory() | MediaWikiTestCase | protected |
getNewTempFile() | MediaWikiTestCase | protected |
getTestSysop() | MediaWikiTestCase | static |
getTestUser($groups=[]) | MediaWikiTestCase | static |
hideDeprecated($function) | MediaWikiTestCase | |
insertPage($pageName, $text= 'Sample page for unit test.', $namespace=null) | MediaWikiTestCase | protected |
isUsingExternalStoreDB() | MediaWikiTestCase | protectedstatic |
isWikitextNS($ns) | MediaWikiTestCase | protected |
listTables(Database $db) | MediaWikiTestCase | static |
markTestSkippedIfNoDiff3() | MediaWikiTestCase | protected |
mergeMwGlobalArrayValue($name, $values) | MediaWikiTestCase | protected |
needsDB() | MediaWikiTestCase | |
newContent($text) | WikitextContentTest | |
objectAssociativeSort(array &$array) | MediaWikiTestCase | protected |
ORA_DB_PREFIX | MediaWikiTestCase | |
overrideMwServices(Config $configOverrides=null, array $services=[]) | MediaWikiTestCase | protected |
prepareServices(Config $bootstrapConfig) | MediaWikiTestCase | static |
provideConvert() | TextContentTest | static |
provideNormalizeLineEndings() | TextContentTest | static |
resetGlobalServices(Config $bootstrapConfig=null) | MediaWikiTestCase | protectedstatic |
run(PHPUnit_Framework_TestResult $result=null) | MediaWikiTestCase | |
setCliArg($offset, $value) | MediaWikiTestCase | |
setContentLang($lang) | MediaWikiTestCase | |
setLogger($channel, LoggerInterface $logger) | MediaWikiTestCase | protected |
setMwGlobals($pairs, $value=null) | MediaWikiTestCase | protected |
setService($name, $object) | MediaWikiTestCase | protected |
setTemporaryHook($hookName, $handler) | MediaWikiTestCase | protected |
setUp() | TextContentTest | protected |
setupAllTestDBs() | MediaWikiTestCase | |
setUpBeforeClass() | MediaWikiTestCase | static |
setupDatabaseWithTestPrefix(Database $db, $prefix) | MediaWikiTestCase | protectedstatic |
setupExternalStoreTestDBs($testPrefix) | MediaWikiTestCase | protectedstatic |
setupTestDB(Database $db, $prefix) | MediaWikiTestCase | static |
setUserLang($lang) | MediaWikiTestCase | |
stashMwGlobals($globalKeys) | MediaWikiTestCase | protected |
stripStringKeys(&$r) | MediaWikiTestCase | protectedstatic |
tearDown() | TextContentTest | protected |
teardownTestDB() | MediaWikiTestCase | static |
testAddSectionHeader() | WikitextContentTest | |
testConvert($text, $model, $lossy, $expectedNative) | TextContentTest | |
testCopy() | TextContentTest | |
testDeletionUpdates($title, $model, $text, $expectedStuff) | TextContentTest | |
testEquals(Content $a, Content $b=null, $equal=false) | TextContentTest | |
testGetContentHandler() | WikitextContentTest | |
testGetModel() | WikitextContentTest | |
testGetNativeData() | TextContentTest | |
testGetParserOutput($title, $model, $text, $expectedHtml, $expectedFields=null) | TextContentTest | |
testGetRedirectTarget($text, $expected) | TextContentTest | |
testGetSecondaryDataUpdates($title, $model, $text, $expectedStuff) | WikitextContentTest | |
testGetSection($text, $sectionId, $expectedText) | WikitextContentTest | |
testGetSize() | TextContentTest | |
testGetTextForSearchIndex() | TextContentTest | |
testGetTextForSummary($text, $maxlength, $expected) | TextContentTest | |
testGetWikitextForTransclusion() | TextContentTest | |
testIsCountable($text, $hasLinks, $mode, $expected) | TextContentTest | |
testIsEmpty($text, $empty) | TextContentTest | |
testIsRedirect($text, $expected) | TextContentTest | |
testMatchMagicWord() | WikitextContentTest | |
testMediaWikiTestCaseParentSetupCalled() | MediaWikiTestCase | |
testNormalizeLineEndings($input, $expected) | TextContentTest | |
testPreloadTransform($text, $expected) | TextContentTest | |
testPreSaveTransform($text, $expected) | TextContentTest | |
testRedirectParserOption() | WikitextContentTest | |
testReplaceSection($text, $section, $with, $sectionTitle, $expected) | WikitextContentTest | |
testUpdateRedirect() | WikitextContentTest | |
usesTemporaryTables() | MediaWikiTestCase | |
wfResetOutputBuffersBarrier($buffer) | MediaWikiTestCase | static |