MediaWiki
1.30.0
|
Protected Member Functions | |
setUp () | |
tearDown () | |
Protected Member Functions inherited from MediaWikiTestCase | |
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=true, $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) | |
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... | |
assertValidHtmlDocument ( $html) | |
Asserts that the given string is valid HTML document. More... | |
assertValidHtmlSnippet ( $html) | |
Asserts that the given string is a valid HTML snippet. More... | |
checkDbIsSupported () | |
checkPHPExtension ( $extName) | |
Check if $extName is a loaded PHP extension, will skip the test whenever it is not loaded. More... | |
getDefaultWikitextNS () | |
Returns the ID of a namespace that defaults to Wikitext. More... | |
getNewTempDirectory () | |
obtains a new temporary directory More... | |
getNewTempFile () | |
Obtains a new temporary file name. More... | |
insertPage ( $pageName, $text='Sample page for unit test.', $namespace=null) | |
Insert a new page. More... | |
isWikitextNS ( $ns) | |
Returns true if the given namespace defaults to Wikitext according to $wgNamespaceContentModels. 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... | |
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... | |
Private Member Functions | |
assertOutputPrePostShutdown ( $preShutdownOutput, $expectNLAppending) | |
asserts the output before and after simulating shutdown More... | |
Private Attributes | |
MaintenanceFixup | $m |
The main Maintenance instance that is used for testing. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from MediaWikiTestCase | |
static | getMutableTestUser ( $groups=[]) |
Convenience method for getting a mutable test user. More... | |
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 | listTables (IMaintainableDatabase $db) |
static | prepareServices (Config $bootstrapConfig) |
Prepare service configuration for unit testing. 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... | |
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 | resetGlobalServices (Config $bootstrapConfig=null) |
Reset global services, and install testing environment. More... | |
static | setupDatabaseWithTestPrefix (IMaintainableDatabase $db, $prefix) |
Setups a database with the given prefix. More... | |
static | setupExternalStoreTestDBs ( $testPrefix) |
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 = [] |
Definition at line 142 of file MaintenanceTest.php.
|
private |
asserts the output before and after simulating shutdown
This function simulates shutdown of self::m.
string | $preShutdownOutput | Expected output before simulating shutdown |
bool | $expectNLAppending | Whether or not shutdown simulation is expected to add a newline to the output. If false, $preShutdownOutput is the expected output after shutdown simulation. Otherwise, $preShutdownOutput with an appended newline is the expected output after shutdown simulation. |
Definition at line 176 of file MaintenanceTest.php.
Referenced by testCleanupChanneledAfterNLOutput(), testCleanupChanneledAfterNLOutputWChannel(), testCleanupChanneledAfterNLOutputWNullChannel(), testCleanupChanneledAfterOutput(), testCleanupChanneledAfterOutputChanneledWChannel(), testCleanupChanneledAfterOutputChanneledWNullChannel(), testCleanupChanneledAfterOutputChanneledWOChannel(), testCleanupChanneledAfterOutputWChannel(), testCleanupChanneledAfterOutputWNullChannel(), testCleanupChanneledClean(), testMultipleMaintenanceObjectsInteractionCleanupChanneledWChannel(), testMultipleMaintenanceObjectsInteractionOutput(), testMultipleMaintenanceObjectsInteractionOutputChanneled(), testMultipleMaintenanceObjectsInteractionOutputChanneledWChannel(), testMultipleMaintenanceObjectsInteractionOutputChanneledWNullChannel(), testMultipleMaintenanceObjectsInteractionOutputWChannel(), testMultipleMaintenanceObjectsInteractionOutputWChannelNL(), testMultipleMaintenanceObjectsInteractionOutputWNullChannel(), testMultipleMaintenanceObjectsInteractionOutputWNullChannelNL(), testOutputChanneledEmpty(), testOutputChanneledString(), testOutputChanneledStringNLString(), testOutputChanneledStringNLStringNLArbitraryAgain(), testOutputChanneledStringString(), testOutputChanneledWAndWOChannelStringStartW(), testOutputChanneledWAndWOChannelStringStartWO(), testOutputChanneledWChannelIntermittentEmpty(), testOutputChanneledWChannelIntermittentFalse(), testOutputChanneledWChannelString(), testOutputChanneledWChannelStringNLString(), testOutputChanneledWChannelStringNLStringNLArbitraryAgain(), testOutputChanneledWChannelStringString(), testOutputChanneledWChannelTypeSwitch(), testOutputChanneledWMultipleChannelsChannelAfterNullChange(), testOutputChanneledWMultipleChannelsChannelChange(), testOutputChanneledWMultipleChannelsChannelChangeEnclosedNull(), testOutputChanneledWNullChannelEmpty(), testOutputChanneledWNullChannelIntermittentEmpty(), testOutputChanneledWNullChannelIntermittentFalse(), testOutputChanneledWNullChannelString(), testOutputChanneledWNullChannelStringNLString(), testOutputChanneledWNullChannelStringNLStringNLArbitraryAgain(), testOutputChanneledWNullChannelStringString(), testOutputChanneledWOChannelIntermittentEmpty(), testOutputChanneledWOChannelIntermittentFalse(), testOutputEmpty(), testOutputIntermittentEmpty(), testOutputIntermittentFalse(), testOutputIntermittentFalseAfterOtherChannel(), testOutputString(), testOutputStringNL(), testOutputStringNLNL(), testOutputStringNLString(), testOutputStringNLStringNL(), testOutputStringNLStringNLArbitrary(), testOutputStringNLStringNLArbitraryAgain(), testOutputStringNLStringNLLinewise(), testOutputStringString(), testOutputWAndWOChannelStringStartW(), testOutputWAndWOChannelStringStartWO(), testOutputWChannelIntermittentEmpty(), testOutputWChannelIntermittentFalse(), testOutputWChannelString(), testOutputWChannelStringNL(), testOutputWChannelStringNLNL(), testOutputWChannelStringNLString(), testOutputWChannelStringNLStringNL(), testOutputWChannelStringNLStringNLArbitrary(), testOutputWChannelStringNLStringNLArbitraryAgain(), testOutputWChannelStringNLStringNLLinewise(), testOutputWChannelTypeSwitch(), testOutputWMultipleChannelsChannelChange(), testOutputWMultipleChannelsChannelChangeNL(), testOutputWNullChannelEmpty(), testOutputWNullChannelIntermittentEmpty(), testOutputWNullChannelIntermittentFalse(), testOutputWNullChannelString(), testOutputWNullChannelStringNL(), testOutputWNullChannelStringNLNL(), testOutputWNullChannelStringNLString(), testOutputWNullChannelStringNLStringNL(), testOutputWNullChannelStringNLStringNLArbitrary(), testOutputWNullChannelStringNLStringNLArbitraryAgain(), testOutputWNullChannelStringNLStringNLLinewise(), and testOutputWNullChannelStringString().
|
protected |
Reimplemented from MediaWikiTestCase.
Definition at line 151 of file MaintenanceTest.php.
|
protected |
Reimplemented from MediaWikiTestCase.
Definition at line 156 of file MaintenanceTest.php.
MaintenanceTest::testCleanupChanneledAfterNLOutput | ( | ) |
Definition at line 670 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterNLOutputWChannel | ( | ) |
Definition at line 682 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterNLOutputWNullChannel | ( | ) |
Definition at line 676 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterOutput | ( | ) |
Definition at line 652 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterOutputChanneledWChannel | ( | ) |
Definition at line 700 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterOutputChanneledWNullChannel | ( | ) |
Definition at line 694 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterOutputChanneledWOChannel | ( | ) |
Definition at line 688 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterOutputWChannel | ( | ) |
Definition at line 664 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledAfterOutputWNullChannel | ( | ) |
Definition at line 658 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testCleanupChanneledClean | ( | ) |
Definition at line 647 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testGetConfig | ( | ) |
Definition at line 824 of file MaintenanceTest.php.
MaintenanceTest::testMultipleMaintenanceObjectsInteractionCleanupChanneledWChannel | ( | ) |
Definition at line 802 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutput | ( | ) |
Definition at line 706 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneled | ( | ) |
Definition at line 766 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneledWChannel | ( | ) |
Definition at line 790 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneledWNullChannel | ( | ) |
Definition at line 778 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWChannel | ( | ) |
Definition at line 730 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWChannelNL | ( | ) |
Definition at line 754 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWNullChannel | ( | ) |
Definition at line 718 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWNullChannelNL | ( | ) |
Definition at line 742 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledEmpty | ( | ) |
Definition at line 468 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledString | ( | ) |
Definition at line 473 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledStringNLString | ( | ) |
Definition at line 484 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 489 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledStringString | ( | ) |
Definition at line 478 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWAndWOChannelStringStartW | ( | ) |
Definition at line 591 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWAndWOChannelStringStartWO | ( | ) |
Definition at line 583 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWChannelIntermittentEmpty | ( | ) |
Definition at line 633 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWChannelIntermittentFalse | ( | ) |
Definition at line 640 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWChannelString | ( | ) |
Definition at line 532 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWChannelStringNLString | ( | ) |
Definition at line 537 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 548 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWChannelStringString | ( | ) |
Definition at line 542 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWChannelTypeSwitch | ( | ) |
Definition at line 599 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWMultipleChannelsChannelAfterNullChange | ( | ) |
Definition at line 575 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWMultipleChannelsChannelChange | ( | ) |
Definition at line 559 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWMultipleChannelsChannelChangeEnclosedNull | ( | ) |
Definition at line 567 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWNullChannelEmpty | ( | ) |
Definition at line 500 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWNullChannelIntermittentEmpty | ( | ) |
Definition at line 619 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWNullChannelIntermittentFalse | ( | ) |
Definition at line 626 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWNullChannelString | ( | ) |
Definition at line 505 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWNullChannelStringNLString | ( | ) |
Definition at line 516 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWNullChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 521 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWNullChannelStringString | ( | ) |
Definition at line 510 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWOChannelIntermittentEmpty | ( | ) |
Definition at line 605 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputChanneledWOChannelIntermittentFalse | ( | ) |
Definition at line 612 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputEmpty | ( | ) |
Definition at line 192 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputIntermittentEmpty | ( | ) |
Definition at line 415 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputIntermittentFalse | ( | ) |
Definition at line 422 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputIntermittentFalseAfterOtherChannel | ( | ) |
Definition at line 429 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputString | ( | ) |
Definition at line 197 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringNL | ( | ) |
Definition at line 208 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringNLNL | ( | ) |
Definition at line 213 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringNLString | ( | ) |
Definition at line 218 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringNLStringNL | ( | ) |
Definition at line 223 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringNLStringNLArbitrary | ( | ) |
Definition at line 234 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 245 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringNLStringNLLinewise | ( | ) |
Definition at line 228 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputStringString | ( | ) |
Definition at line 202 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWAndWOChannelStringStartW | ( | ) |
Definition at line 401 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWAndWOChannelStringStartWO | ( | ) |
Definition at line 393 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelIntermittentEmpty | ( | ) |
Definition at line 451 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelIntermittentFalse | ( | ) |
Definition at line 458 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelString | ( | ) |
Definition at line 320 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelStringNL | ( | ) |
Definition at line 325 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelStringNLNL | ( | ) |
Definition at line 330 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelStringNLString | ( | ) |
Definition at line 339 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelStringNLStringNL | ( | ) |
Definition at line 344 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelStringNLStringNLArbitrary | ( | ) |
Definition at line 355 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 366 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelStringNLStringNLLinewise | ( | ) |
Definition at line 349 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWChannelTypeSwitch | ( | ) |
Definition at line 409 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWMultipleChannelsChannelChange | ( | ) |
Definition at line 377 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWMultipleChannelsChannelChangeNL | ( | ) |
Definition at line 385 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelEmpty | ( | ) |
Definition at line 256 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelIntermittentEmpty | ( | ) |
Definition at line 437 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelIntermittentFalse | ( | ) |
Definition at line 444 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelString | ( | ) |
Definition at line 261 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringNL | ( | ) |
Definition at line 272 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringNLNL | ( | ) |
Definition at line 277 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringNLString | ( | ) |
Definition at line 282 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringNLStringNL | ( | ) |
Definition at line 287 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringNLStringNLArbitrary | ( | ) |
Definition at line 298 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 309 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringNLStringNLLinewise | ( | ) |
Definition at line 292 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testOutputWNullChannelStringString | ( | ) |
Definition at line 266 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
MaintenanceTest::testParseArgs | ( | ) |
Definition at line 841 of file MaintenanceTest.php.
MaintenanceTest::testSetConfig | ( | ) |
Definition at line 835 of file MaintenanceTest.php.
|
private |
The main Maintenance instance that is used for testing.
Definition at line 149 of file MaintenanceTest.php.