$backend | FileBackendTest | private |
$backendToUse | FileBackendTest | privatestatic |
$db | MediaWikiTestCase | protected |
$multiBackend | FileBackendTest | private |
$singleBackend | FileBackendTest | |
$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 |
assertBackendPathsConsistent(array $paths) | FileBackendTest | |
assertGoodStatus(StatusValue $status, $msg) | FileBackendTest | |
assertHasHeaders(array $headers, array $attr) | FileBackendTest | private |
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 |
backendClass() | FileBackendTest | private |
baseStorePath() | FileBackendTest | privatestatic |
checkDbIsSupported() | MediaWikiTestCase | protected |
checkPHPExtension($extName) | MediaWikiTestCase | protected |
create(array $params) | FileBackendTest | private |
DB_PREFIX | MediaWikiTestCase | |
dbPrefix() | MediaWikiTestCase | |
deleteFiles($container) | FileBackendTest | private |
doTestConcatenate($params, $srcs, $srcsContent, $alreadyExists, $okStatus) | FileBackendTest | private |
doTestCopy($op) | FileBackendTest | private |
doTestCreate($op, $alreadyExists, $okStatus, $newSize) | FileBackendTest | private |
doTestDelete($op, $withSource, $okStatus) | FileBackendTest | private |
doTestDescribe($op, $withSource, $okStatus) | FileBackendTest | private |
doTestDoOperations() | FileBackendTest | private |
doTestDoOperationsFailing() | FileBackendTest | private |
doTestDoOperationsPipeline() | FileBackendTest | private |
doTestDoQuickOperations() | FileBackendTest | private |
doTestGetDirectoryList() | FileBackendTest | private |
doTestGetFileContents($source, $content) | FileBackendTest | private |
doTestGetFileHttpUrl($source, $content) | FileBackendTest | private |
doTestGetFileList() | FileBackendTest | private |
doTestGetFileStat($path, $content, $alreadyExists) | FileBackendTest | private |
doTestGetLocalCopy($source, $content) | FileBackendTest | private |
doTestGetLocalCopyAndReference404() | FileBackendTest | |
doTestGetLocalReference($source, $content) | FileBackendTest | private |
doTestLockCalls() | FileBackendTest | private |
doTestMove($op) | FileBackendTest | private |
doTestPrepareAndClean($path, $isOK) | FileBackendTest | private |
doTestRecursiveClean() | FileBackendTest | private |
doTestStore($op) | FileBackendTest | private |
doTestStreamFile($path, $content) | FileBackendTest | private |
doTestStreamFileRange() | FileBackendTest | private |
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 |
listToArray($iter) | FileBackendTest | private |
markTestSkippedIfNoDiff3() | MediaWikiTestCase | protected |
mergeMwGlobalArrayValue($name, $values) | MediaWikiTestCase | protected |
needsDB() | MediaWikiTestCase | |
objectAssociativeSort(array &$array) | MediaWikiTestCase | protected |
ORA_DB_PREFIX | MediaWikiTestCase | |
overrideMwServices(Config $configOverrides=null, array $services=[]) | MediaWikiTestCase | protected |
prepare(array $params) | FileBackendTest | private |
prepareServices(Config $bootstrapConfig) | MediaWikiTestCase | static |
provider_normalizeStoragePath() | FileBackendTest | static |
provider_testConcatenate() | FileBackendTest | static |
provider_testCopy() | FileBackendTest | static |
provider_testCreate() | FileBackendTest | static |
provider_testDelete() | FileBackendTest | static |
provider_testDescribe() | FileBackendTest | static |
provider_testExtensionFromPath() | FileBackendTest | static |
provider_testGetContentType() | FileBackendTest | static |
provider_testGetFileContents() | FileBackendTest | static |
provider_testGetFileHttpUrl() | FileBackendTest | static |
provider_testGetFileStat() | FileBackendTest | static |
provider_testGetLocalCopy() | FileBackendTest | static |
provider_testGetLocalReference() | FileBackendTest | static |
provider_testIsStoragePath() | FileBackendTest | static |
provider_testMove() | FileBackendTest | static |
provider_testParentStoragePath() | FileBackendTest | static |
provider_testPrepareAndClean() | FileBackendTest | static |
provider_testSplitStoragePath() | FileBackendTest | static |
provider_testStore() | FileBackendTest | static |
provider_testStreamFile() | FileBackendTest | 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() | FileBackendTest | 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() | MediaWikiTestCase | protected |
tearDownFiles() | FileBackendTest | |
teardownTestDB() | MediaWikiTestCase | static |
testAsyncWrites() | FileBackendTest | |
testConcatenate($op, $srcs, $srcsContent, $alreadyExists, $okStatus) | FileBackendTest | |
testCopy($op) | FileBackendTest | |
testCreate($op, $alreadyExists, $okStatus, $newSize) | FileBackendTest | |
testDelete($op, $withSource, $okStatus) | FileBackendTest | |
testDescribe($op, $withSource, $okStatus) | FileBackendTest | |
testDoOperations() | FileBackendTest | |
testDoOperationsFailing() | FileBackendTest | |
testDoOperationsPipeline() | FileBackendTest | |
testDoQuickOperations() | FileBackendTest | |
testExtensionFromPath($path, $res) | FileBackendTest | |
testGetContentType($mimeCallback, $mimeFromString) | FileBackendTest | |
testGetDirectoryList() | FileBackendTest | |
testGetFileContents($source, $content) | FileBackendTest | |
testGetFileHttpUrl($source, $content) | FileBackendTest | |
testGetFileList() | FileBackendTest | |
testGetFileStat($path, $content, $alreadyExists) | FileBackendTest | |
testGetLocalCopy($source, $content) | FileBackendTest | |
testGetLocalCopyAndReference404() | FileBackendTest | |
testGetLocalReference($source, $content) | FileBackendTest | |
testIsStoragePath($path, $isStorePath) | FileBackendTest | |
testLockCalls() | FileBackendTest | |
testMediaWikiTestCaseParentSetupCalled() | MediaWikiTestCase | |
testMove($op) | FileBackendTest | |
testNormalizeStoragePath($path, $res) | FileBackendTest | |
testParentStoragePath($path, $res) | FileBackendTest | |
testPrepareAndClean($path, $isOK) | FileBackendTest | |
testReadAffinity() | FileBackendTest | |
testRecursiveClean() | FileBackendTest | |
testSanitizeOpHeaders() | FileBackendTest | |
testSplitStoragePath($path, $res) | FileBackendTest | |
testStore($op) | FileBackendTest | |
testStreamFile($path, $content, $alreadyExists) | FileBackendTest | |
testStreamFileRange() | FileBackendTest | |
usesTemporaryTables() | MediaWikiTestCase | |
wfResetOutputBuffersBarrier($buffer) | MediaWikiTestCase | static |