MediaWiki  1.23.1
MaintenanceTest Class Reference

@covers Maintenance More...

Inheritance diagram for MaintenanceTest:
Collaboration diagram for MaintenanceTest:

Public Member Functions

 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 ()
 
 testOutputWNullChannelStringString ()
 
- Public Member Functions inherited from MediaWikiTestCase
 __call ( $func, $args)
 
 __construct ( $name=null, array $data=array(), $dataName='')
 
 addDBData ()
 Stub. More...
 
 dbPrefix ()
 
 getCliArg ( $offset)
 
 hideDeprecated ( $function)
 Don't throw a warning if $function is deprecated and called later. More...
 
 needsDB ()
 
 run (PHPUnit_Framework_TestResult $result=null)
 
 setCliArg ( $offset, $value)
 
 testMediaWikiTestCaseParentSetupCalled ()
 Make sure MediaWikiTestCase extending classes have called their parent setUp method. More...
 
 usesTemporaryTables ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 
- Protected Member Functions inherited from MediaWikiTestCase
 arrayWrap (array $elements)
 Utility method taking an array of elements and wrapping each element in it's own array. More...
 
 assertArrayEquals (array $expected, array $actual, $ordered=false, $named=false)
 Assert that two arrays are equal. More...
 
 assertException ( $code, $expected='Exception', $message='')
 Asserts that an exception of the specified type occurs when running the provided code. 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 ()
 
 checkHasDiff3 ()
 Check, if $wgDiff3 is set and ready to merge Will mark the calling test as skipped, if not ready. More...
 
 checkHasGzip ()
 Check whether we have the 'gzip' commandline utility, will skip the test whenever "gzip -V" fails. More...
 
 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...
 
 isWikitextNS ( $ns)
 Returns true if the given namespace defaults to Wikitext according to $wgNamespaceContentModels. 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...
 
 setMwGlobals ( $pairs, $value=null)
 
 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 listTables ( $db)
 
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...
 
- 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 $users
 
- Static Protected Member Functions inherited from MediaWikiTestCase
static stripStringKeys (&$r)
 Utility function for eliminating all string keys from an array. More...
 
- Protected Attributes inherited from MediaWikiTestCase
DatabaseBase $db
 
array $supportedDBs
 
array $tablesUsed = array()
 

Detailed Description

@covers Maintenance

Definition at line 132 of file MaintenanceTest.php.

Member Function Documentation

◆ assertOutputPrePostShutdown()

MaintenanceTest::assertOutputPrePostShutdown (   $preShutdownOutput,
  $expectNLAppending 
)
private

asserts the output before and after simulating shutdown

This function simulates shutdown of self::m.

Parameters
$preShutdownOutputstring: expected output before simulating shutdown
$expectNLAppendingbool: 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 165 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().

◆ setUp()

MaintenanceTest::setUp ( )
protected

Reimplemented from MediaWikiTestCase.

Definition at line 140 of file MaintenanceTest.php.

◆ tearDown()

MaintenanceTest::tearDown ( )
protected

Reimplemented from MediaWikiTestCase.

Definition at line 145 of file MaintenanceTest.php.

◆ testCleanupChanneledAfterNLOutput()

MaintenanceTest::testCleanupChanneledAfterNLOutput ( )

Definition at line 660 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterNLOutputWChannel()

MaintenanceTest::testCleanupChanneledAfterNLOutputWChannel ( )

Definition at line 672 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterNLOutputWNullChannel()

MaintenanceTest::testCleanupChanneledAfterNLOutputWNullChannel ( )

Definition at line 666 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterOutput()

MaintenanceTest::testCleanupChanneledAfterOutput ( )

Definition at line 642 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterOutputChanneledWChannel()

MaintenanceTest::testCleanupChanneledAfterOutputChanneledWChannel ( )

Definition at line 690 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterOutputChanneledWNullChannel()

MaintenanceTest::testCleanupChanneledAfterOutputChanneledWNullChannel ( )

Definition at line 684 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterOutputChanneledWOChannel()

MaintenanceTest::testCleanupChanneledAfterOutputChanneledWOChannel ( )

Definition at line 678 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterOutputWChannel()

MaintenanceTest::testCleanupChanneledAfterOutputWChannel ( )

Definition at line 654 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledAfterOutputWNullChannel()

MaintenanceTest::testCleanupChanneledAfterOutputWNullChannel ( )

Definition at line 648 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testCleanupChanneledClean()

MaintenanceTest::testCleanupChanneledClean ( )

Definition at line 637 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionCleanupChanneledWChannel()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionCleanupChanneledWChannel ( )

Definition at line 792 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutput()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutput ( )

Definition at line 696 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutputChanneled()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneled ( )

Definition at line 756 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutputChanneledWChannel()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneledWChannel ( )

Definition at line 780 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutputChanneledWNullChannel()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputChanneledWNullChannel ( )

Definition at line 768 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutputWChannel()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWChannel ( )

Definition at line 720 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutputWChannelNL()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWChannelNL ( )

Definition at line 744 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutputWNullChannel()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWNullChannel ( )

Definition at line 708 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testMultipleMaintenanceObjectsInteractionOutputWNullChannelNL()

MaintenanceTest::testMultipleMaintenanceObjectsInteractionOutputWNullChannelNL ( )

Definition at line 732 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledEmpty()

MaintenanceTest::testOutputChanneledEmpty ( )

Definition at line 458 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledString()

MaintenanceTest::testOutputChanneledString ( )

Definition at line 463 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledStringNLString()

MaintenanceTest::testOutputChanneledStringNLString ( )

Definition at line 474 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledStringNLStringNLArbitraryAgain()

MaintenanceTest::testOutputChanneledStringNLStringNLArbitraryAgain ( )

Definition at line 479 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledStringString()

MaintenanceTest::testOutputChanneledStringString ( )

Definition at line 468 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWAndWOChannelStringStartW()

MaintenanceTest::testOutputChanneledWAndWOChannelStringStartW ( )

Definition at line 581 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWAndWOChannelStringStartWO()

MaintenanceTest::testOutputChanneledWAndWOChannelStringStartWO ( )

Definition at line 573 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWChannelIntermittentEmpty()

MaintenanceTest::testOutputChanneledWChannelIntermittentEmpty ( )

Definition at line 623 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWChannelIntermittentFalse()

MaintenanceTest::testOutputChanneledWChannelIntermittentFalse ( )

Definition at line 630 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWChannelString()

MaintenanceTest::testOutputChanneledWChannelString ( )

Definition at line 522 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWChannelStringNLString()

MaintenanceTest::testOutputChanneledWChannelStringNLString ( )

Definition at line 527 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWChannelStringNLStringNLArbitraryAgain()

MaintenanceTest::testOutputChanneledWChannelStringNLStringNLArbitraryAgain ( )

Definition at line 538 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWChannelStringString()

MaintenanceTest::testOutputChanneledWChannelStringString ( )

Definition at line 532 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWChannelTypeSwitch()

MaintenanceTest::testOutputChanneledWChannelTypeSwitch ( )

Definition at line 589 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWMultipleChannelsChannelAfterNullChange()

MaintenanceTest::testOutputChanneledWMultipleChannelsChannelAfterNullChange ( )

Definition at line 565 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWMultipleChannelsChannelChange()

MaintenanceTest::testOutputChanneledWMultipleChannelsChannelChange ( )

Definition at line 549 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWMultipleChannelsChannelChangeEnclosedNull()

MaintenanceTest::testOutputChanneledWMultipleChannelsChannelChangeEnclosedNull ( )

Definition at line 557 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWNullChannelEmpty()

MaintenanceTest::testOutputChanneledWNullChannelEmpty ( )

Definition at line 490 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWNullChannelIntermittentEmpty()

MaintenanceTest::testOutputChanneledWNullChannelIntermittentEmpty ( )

Definition at line 609 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWNullChannelIntermittentFalse()

MaintenanceTest::testOutputChanneledWNullChannelIntermittentFalse ( )

Definition at line 616 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWNullChannelString()

MaintenanceTest::testOutputChanneledWNullChannelString ( )

Definition at line 495 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWNullChannelStringNLString()

MaintenanceTest::testOutputChanneledWNullChannelStringNLString ( )

Definition at line 506 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWNullChannelStringNLStringNLArbitraryAgain()

MaintenanceTest::testOutputChanneledWNullChannelStringNLStringNLArbitraryAgain ( )

Definition at line 511 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWNullChannelStringString()

MaintenanceTest::testOutputChanneledWNullChannelStringString ( )

Definition at line 500 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWOChannelIntermittentEmpty()

MaintenanceTest::testOutputChanneledWOChannelIntermittentEmpty ( )

Definition at line 595 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputChanneledWOChannelIntermittentFalse()

MaintenanceTest::testOutputChanneledWOChannelIntermittentFalse ( )

Definition at line 602 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputEmpty()

MaintenanceTest::testOutputEmpty ( )

Definition at line 182 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputIntermittentEmpty()

MaintenanceTest::testOutputIntermittentEmpty ( )

Definition at line 405 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputIntermittentFalse()

MaintenanceTest::testOutputIntermittentFalse ( )

Definition at line 412 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputIntermittentFalseAfterOtherChannel()

MaintenanceTest::testOutputIntermittentFalseAfterOtherChannel ( )

Definition at line 419 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputString()

MaintenanceTest::testOutputString ( )

Definition at line 187 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringNL()

MaintenanceTest::testOutputStringNL ( )

Definition at line 198 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringNLNL()

MaintenanceTest::testOutputStringNLNL ( )

Definition at line 203 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringNLString()

MaintenanceTest::testOutputStringNLString ( )

Definition at line 208 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringNLStringNL()

MaintenanceTest::testOutputStringNLStringNL ( )

Definition at line 213 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringNLStringNLArbitrary()

MaintenanceTest::testOutputStringNLStringNLArbitrary ( )

Definition at line 224 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringNLStringNLArbitraryAgain()

MaintenanceTest::testOutputStringNLStringNLArbitraryAgain ( )

Definition at line 235 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringNLStringNLLinewise()

MaintenanceTest::testOutputStringNLStringNLLinewise ( )

Definition at line 218 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputStringString()

MaintenanceTest::testOutputStringString ( )

Definition at line 192 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWAndWOChannelStringStartW()

MaintenanceTest::testOutputWAndWOChannelStringStartW ( )

Definition at line 391 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWAndWOChannelStringStartWO()

MaintenanceTest::testOutputWAndWOChannelStringStartWO ( )

Definition at line 383 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelIntermittentEmpty()

MaintenanceTest::testOutputWChannelIntermittentEmpty ( )

Definition at line 441 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelIntermittentFalse()

MaintenanceTest::testOutputWChannelIntermittentFalse ( )

Definition at line 448 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelString()

MaintenanceTest::testOutputWChannelString ( )

Definition at line 310 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelStringNL()

MaintenanceTest::testOutputWChannelStringNL ( )

Definition at line 315 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelStringNLNL()

MaintenanceTest::testOutputWChannelStringNLNL ( )

Definition at line 320 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelStringNLString()

MaintenanceTest::testOutputWChannelStringNLString ( )

Definition at line 329 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelStringNLStringNL()

MaintenanceTest::testOutputWChannelStringNLStringNL ( )

Definition at line 334 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelStringNLStringNLArbitrary()

MaintenanceTest::testOutputWChannelStringNLStringNLArbitrary ( )

Definition at line 345 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelStringNLStringNLArbitraryAgain()

MaintenanceTest::testOutputWChannelStringNLStringNLArbitraryAgain ( )

Definition at line 356 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelStringNLStringNLLinewise()

MaintenanceTest::testOutputWChannelStringNLStringNLLinewise ( )

Definition at line 339 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWChannelTypeSwitch()

MaintenanceTest::testOutputWChannelTypeSwitch ( )

Definition at line 399 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWMultipleChannelsChannelChange()

MaintenanceTest::testOutputWMultipleChannelsChannelChange ( )

Definition at line 367 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWMultipleChannelsChannelChangeNL()

MaintenanceTest::testOutputWMultipleChannelsChannelChangeNL ( )

Definition at line 375 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelEmpty()

MaintenanceTest::testOutputWNullChannelEmpty ( )

Definition at line 246 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelIntermittentEmpty()

MaintenanceTest::testOutputWNullChannelIntermittentEmpty ( )

Definition at line 427 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelIntermittentFalse()

MaintenanceTest::testOutputWNullChannelIntermittentFalse ( )

Definition at line 434 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelString()

MaintenanceTest::testOutputWNullChannelString ( )

Definition at line 251 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringNL()

MaintenanceTest::testOutputWNullChannelStringNL ( )

Definition at line 262 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringNLNL()

MaintenanceTest::testOutputWNullChannelStringNLNL ( )

Definition at line 267 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringNLString()

MaintenanceTest::testOutputWNullChannelStringNLString ( )

Definition at line 272 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringNLStringNL()

MaintenanceTest::testOutputWNullChannelStringNLStringNL ( )

Definition at line 277 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringNLStringNLArbitrary()

MaintenanceTest::testOutputWNullChannelStringNLStringNLArbitrary ( )

Definition at line 288 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringNLStringNLArbitraryAgain()

MaintenanceTest::testOutputWNullChannelStringNLStringNLArbitraryAgain ( )

Definition at line 299 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringNLStringNLLinewise()

MaintenanceTest::testOutputWNullChannelStringNLStringNLLinewise ( )

Definition at line 282 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

◆ testOutputWNullChannelStringString()

MaintenanceTest::testOutputWNullChannelStringString ( )

Definition at line 256 of file MaintenanceTest.php.

References assertOutputPrePostShutdown().

Member Data Documentation

◆ $m

MaintenanceFixup MaintenanceTest::$m
private

The main Maintenance instance that is used for testing.

Definition at line 138 of file MaintenanceTest.php.


The documentation for this class was generated from the following file: