|
MediaWiki
master
|


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... | |
| 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.') | |
| 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) | |
| setService ($name, $object) | |
| Sets a service, maintaining a stashed version of the previous service to be restored in tearDown. More... | |
| setUp () | |
| stashMwGlobals ($globalKeys) | |
| Stashes the global, will be restored in tearDown() More... | |
| tearDown () | |
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 | assertNotTag ($matcher, $actual, $message= '', $isHtml=true) |
| static | assertTag ($matcher, $actual, $message= '', $isHtml=true) |
| Note: we are overriding this method to remove the deprecated error. More... | |
| 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 ($db) |
| static | prepareServices (Config $bootstrapConfig) |
| Prepare service configuration for unit testing. More... | |
| static | setUpBeforeClass () |
| static | setupTestDB (DatabaseBase $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 (DatabaseBase $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 | |
| DatabaseBase | $db |
| Primary database. More... | |
| array | $supportedDBs |
| array | $tablesUsed = [] |
Definition at line 143 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 177 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 |
Definition at line 152 of file MaintenanceTest.php.
|
protected |
Definition at line 157 of file MaintenanceTest.php.
| MaintenanceTest::testCleanupChanneledAfterNLOutput | ( | ) |
Definition at line 672 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterNLOutputWChannel | ( | ) |
Definition at line 684 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterNLOutputWNullChannel | ( | ) |
Definition at line 678 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterOutput | ( | ) |
Definition at line 654 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterOutputChanneledWChannel | ( | ) |
Definition at line 702 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterOutputChanneledWNullChannel | ( | ) |
Definition at line 696 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterOutputChanneledWOChannel | ( | ) |
Definition at line 690 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterOutputWChannel | ( | ) |
Definition at line 666 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledAfterOutputWNullChannel | ( | ) |
Definition at line 660 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testCleanupChanneledClean | ( | ) |
Definition at line 649 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testGetConfig | ( | ) |
Definition at line 826 of file MaintenanceTest.php.
References ConfigFactory\getDefaultInstance().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionCleanupChanneledWChannel | ( | ) |
Definition at line 804 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutput | ( | ) |
Definition at line 708 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneled | ( | ) |
Definition at line 768 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneledWChannel | ( | ) |
Definition at line 792 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneledWNullChannel | ( | ) |
Definition at line 780 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWChannel | ( | ) |
Definition at line 732 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWChannelNL | ( | ) |
Definition at line 756 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWNullChannel | ( | ) |
Definition at line 720 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWNullChannelNL | ( | ) |
Definition at line 744 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledEmpty | ( | ) |
Definition at line 470 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledString | ( | ) |
Definition at line 475 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledStringNLString | ( | ) |
Definition at line 486 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 491 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledStringString | ( | ) |
Definition at line 480 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWAndWOChannelStringStartW | ( | ) |
Definition at line 593 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWAndWOChannelStringStartWO | ( | ) |
Definition at line 585 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWChannelIntermittentEmpty | ( | ) |
Definition at line 635 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWChannelIntermittentFalse | ( | ) |
Definition at line 642 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWChannelString | ( | ) |
Definition at line 534 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWChannelStringNLString | ( | ) |
Definition at line 539 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 550 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWChannelStringString | ( | ) |
Definition at line 544 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWChannelTypeSwitch | ( | ) |
Definition at line 601 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWMultipleChannelsChannelAfterNullChange | ( | ) |
Definition at line 577 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWMultipleChannelsChannelChange | ( | ) |
Definition at line 561 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWMultipleChannelsChannelChangeEnclosedNull | ( | ) |
Definition at line 569 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWNullChannelEmpty | ( | ) |
Definition at line 502 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWNullChannelIntermittentEmpty | ( | ) |
Definition at line 621 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWNullChannelIntermittentFalse | ( | ) |
Definition at line 628 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWNullChannelString | ( | ) |
Definition at line 507 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWNullChannelStringNLString | ( | ) |
Definition at line 518 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWNullChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 523 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWNullChannelStringString | ( | ) |
Definition at line 512 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWOChannelIntermittentEmpty | ( | ) |
Definition at line 607 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputChanneledWOChannelIntermittentFalse | ( | ) |
Definition at line 614 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputEmpty | ( | ) |
Definition at line 194 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputIntermittentEmpty | ( | ) |
Definition at line 417 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputIntermittentFalse | ( | ) |
Definition at line 424 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputIntermittentFalseAfterOtherChannel | ( | ) |
Definition at line 431 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputString | ( | ) |
Definition at line 199 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringNL | ( | ) |
Definition at line 210 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringNLNL | ( | ) |
Definition at line 215 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringNLString | ( | ) |
Definition at line 220 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringNLStringNL | ( | ) |
Definition at line 225 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringNLStringNLArbitrary | ( | ) |
Definition at line 236 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 247 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringNLStringNLLinewise | ( | ) |
Definition at line 230 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputStringString | ( | ) |
Definition at line 204 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWAndWOChannelStringStartW | ( | ) |
Definition at line 403 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWAndWOChannelStringStartWO | ( | ) |
Definition at line 395 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelIntermittentEmpty | ( | ) |
Definition at line 453 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelIntermittentFalse | ( | ) |
Definition at line 460 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelString | ( | ) |
Definition at line 322 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelStringNL | ( | ) |
Definition at line 327 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelStringNLNL | ( | ) |
Definition at line 332 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelStringNLString | ( | ) |
Definition at line 341 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelStringNLStringNL | ( | ) |
Definition at line 346 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelStringNLStringNLArbitrary | ( | ) |
Definition at line 357 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 368 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelStringNLStringNLLinewise | ( | ) |
Definition at line 351 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWChannelTypeSwitch | ( | ) |
Definition at line 411 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWMultipleChannelsChannelChange | ( | ) |
Definition at line 379 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWMultipleChannelsChannelChangeNL | ( | ) |
Definition at line 387 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelEmpty | ( | ) |
Definition at line 258 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelIntermittentEmpty | ( | ) |
Definition at line 439 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelIntermittentFalse | ( | ) |
Definition at line 446 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelString | ( | ) |
Definition at line 263 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringNL | ( | ) |
Definition at line 274 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringNLNL | ( | ) |
Definition at line 279 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringNLString | ( | ) |
Definition at line 284 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringNLStringNL | ( | ) |
Definition at line 289 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringNLStringNLArbitrary | ( | ) |
Definition at line 300 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringNLStringNLArbitraryAgain | ( | ) |
Definition at line 311 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringNLStringNLLinewise | ( | ) |
Definition at line 294 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testOutputWNullChannelStringString | ( | ) |
Definition at line 268 of file MaintenanceTest.php.
References assertOutputPrePostShutdown().
| MaintenanceTest::testParseArgs | ( | ) |
Definition at line 843 of file MaintenanceTest.php.
| MaintenanceTest::testSetConfig | ( | ) |
Definition at line 837 of file MaintenanceTest.php.
|
private |
The main Maintenance instance that is used for testing.
Definition at line 150 of file MaintenanceTest.php.