MediaWiki
master
|
Public Member Functions | |
provideMakeUrlIndexes () | |
provideWfMatchesDomainList () | |
provideWfShellMaintenanceCmdList () | |
testArrayToCGI ($array, $result) | |
provideArrayToCGI | |
testArrayToCGI2 () | |
testCgiRoundTrip ($cgi) | |
provideCgiRoundTrip | |
testCgiToArray ($cgi, $result) | |
provideCgiToArray | |
testClientAcceptsGzipTest () | |
testDebugFunctionTest () | |
testExpandIRI () | |
testFallbackMbstringFunctions () | |
testInStringTest () | |
testMakeUrlIndexes ($url, $expected) | |
provideMakeUrlIndexes() | |
testMimeTypeMatch () | |
testNegotiateType () | |
testQuotedPrintable () | |
testRandom () | |
testReadOnlyEmpty () | |
testReadOnlySet () | |
testSwapVarsTest () | |
testTime () | |
testUrlencode () | |
testWfArrayDiff2 ($a, $b, $expected) | |
provideForWfArrayDiff2 | |
testWfMatchesDomainList ($url, $domains, $expected, $description) | |
provideWfMatchesDomainList | |
testWfPercentTest () | |
testWfShellMaintenanceCmd ($script, $parameters, $options, $expected, $description) | |
provideWfShellMaintenanceCmdList | |
testWfShorthandToInteger ($shorthand, $expected) | |
test | |
Static Public Member Functions | |
static | provideArrayToCGI () |
static | provideCgiRoundTrip () |
static | provideCgiToArray () |
static | provideForWfArrayDiff2 () |
static | provideShorthand () |
array( shorthand, expected integer ) | |
Protected Member Functions | |
setUp () | |
setUp and tearDown should (where significant) happen in reverse order. | |
tearDown () |
Definition at line 3 of file GlobalTest.php.
static GlobalTest::provideArrayToCGI | ( | ) | [static] |
Definition at line 113 of file GlobalTest.php.
References array().
static GlobalTest::provideCgiRoundTrip | ( | ) | [static] |
Definition at line 169 of file GlobalTest.php.
References array().
static GlobalTest::provideCgiToArray | ( | ) | [static] |
Definition at line 147 of file GlobalTest.php.
References array().
static GlobalTest::provideForWfArrayDiff2 | ( | ) | [static] |
Definition at line 40 of file GlobalTest.php.
References array().
Definition at line 499 of file GlobalTest.php.
References array().
static GlobalTest::provideShorthand | ( | ) | [static] |
array( shorthand, expected integer )
Definition at line 448 of file GlobalTest.php.
Definition at line 556 of file GlobalTest.php.
Definition at line 587 of file GlobalTest.php.
GlobalTest::setUp | ( | ) | [protected] |
setUp and tearDown should (where significant) happen in reverse order.
Reimplemented from MediaWikiTestCase.
Definition at line 4 of file GlobalTest.php.
References array(), MediaWikiTestCase\setMwGlobals(), and wfTempDir().
GlobalTest::tearDown | ( | ) | [protected] |
Reimplemented from MediaWikiTestCase.
Definition at line 22 of file GlobalTest.php.
References global.
GlobalTest::testArrayToCGI | ( | $ | array, |
$ | result | ||
) |
Definition at line 139 of file GlobalTest.php.
References array().
GlobalTest::testCgiRoundTrip | ( | $ | cgi | ) |
GlobalTest::testCgiToArray | ( | $ | cgi, |
$ | result | ||
) |
provideCgiToArray
Definition at line 165 of file GlobalTest.php.
References $result, and wfCgiToArray().
Definition at line 359 of file GlobalTest.php.
References array(), as, wfBoolToStr(), and wfClientAcceptsGzip().
Definition at line 322 of file GlobalTest.php.
References global, wfDebug(), wfDebugMem(), and wfTempDir().
Definition at line 68 of file GlobalTest.php.
References wfExpandIRI().
Definition at line 252 of file GlobalTest.php.
References array(), as, MWFunction\callArray(), and Fallback\mb_strlen().
Definition at line 429 of file GlobalTest.php.
References in_string().
GlobalTest::testMakeUrlIndexes | ( | $ | url, |
$ | expected | ||
) |
Definition at line 494 of file GlobalTest.php.
References $url, and wfMakeUrlIndexes().
Definition at line 189 of file GlobalTest.php.
References array(), and mimeTypeMatch().
Definition at line 211 of file GlobalTest.php.
References array(), and wfNegotiateType().
Definition at line 100 of file GlobalTest.php.
References UserMailer\quotedPrintable().
Definition at line 56 of file GlobalTest.php.
References wfRandom().
Definition at line 74 of file GlobalTest.php.
References global, and wfReadOnly().
Definition at line 82 of file GlobalTest.php.
Definition at line 389 of file GlobalTest.php.
References swap().
Definition at line 106 of file GlobalTest.php.
References wfTime().
Definition at line 62 of file GlobalTest.php.
References wfUrlencode().
GlobalTest::testWfArrayDiff2 | ( | $ | a, |
$ | b, | ||
$ | expected | ||
) |
GlobalTest::testWfMatchesDomainList | ( | $ | url, |
$ | domains, | ||
$ | expected, | ||
$ | description | ||
) |
provideWfMatchesDomainList
Definition at line 551 of file GlobalTest.php.
References $url, and wfMatchesDomainList().
Definition at line 406 of file GlobalTest.php.
References array(), as, and wfPercent().
GlobalTest::testWfShellMaintenanceCmd | ( | $ | script, |
$ | parameters, | ||
$ | options, | ||
$ | expected, | ||
$ | description | ||
) |
provideWfShellMaintenanceCmdList
Definition at line 578 of file GlobalTest.php.
References $options, wfIsWindows(), and wfShellMaintenanceCmd().
GlobalTest::testWfShorthandToInteger | ( | $ | shorthand, |
$ | expected | ||
) |
test
Definition at line 441 of file GlobalTest.php.
References wfShorthandToInteger().