MediaWiki  1.33.0
RevisionTest Class Reference

Test cases in RevisionTest should not interact with the Database. More...

Inheritance diagram for RevisionTest:
Collaboration diagram for RevisionTest:

Public Member Functions

 getMockTitle ( $model=CONTENT_MODEL_WIKITEXT)
 
 provideConstructFromArray ()
 
 provideConstructFromArray_userSetAsExpected ()
 
 provideConstructFromArrayThrowsExceptions ()
 
 provideConstructFromRow ()
 
 provideDecompressRevisionText ()
 
 provideGetId ()
 
 provideGetParentId ()
 
 provideGetRevisionText ()
 
 provideGetRevisionTextWithGzipAndLegacyEncoding ()
 
 provideGetRevisionTextWithLegacyEncoding ()
 
 provideGetRevisionTextWithZlibExtension ()
 
 provideGetRevisionTextWithZlibExtension_badData ()
 
 provideSetId ()
 
 provideSetUserIdAndName ()
 
 provideTestGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts ()
 
 provideTestGetRevisionText_returnsDecompressedTextFieldWhenNotExternal ()
 
 setUp ()
 
 testCompressRevisionTextUtf8 ()
 Revision::compressRevisionText. More...
 
 testCompressRevisionTextUtf8Gzip ()
 Revision::compressRevisionText. More...
 
 testConstructFromArray ( $rowArray)
 provideConstructFromArray Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray More...
 
 testConstructFromArray_userSetAsExpected (array $rowArray, $expectedUserId, $expectedUserName)
 provideConstructFromArray_userSetAsExpected Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray More...
 
 testConstructFromArrayThrowsExceptions ( $rowArray, Exception $expectedException)
 provideConstructFromArrayThrowsExceptions Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray More...
 
 testConstructFromArrayWithBadPageId ()
 Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray. More...
 
 testConstructFromEmptyArray ()
 Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray. More...
 
 testConstructFromNothing ()
 Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray. More...
 
 testConstructFromRow (array $arrayData, callable $assertions)
 provideConstructFromRow Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray More...
 
 testConstructFromRowWithBadPageId ()
 Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray. More...
 
 testDecompressRevisionText ( $legacyEncoding, $text, $flags, $expected)
 provideDecompressRevisionText Revision::decompressRevisionText More...
 
 testGetContent ()
 Revision::getContent. More...
 
 testGetContent_failure ()
 Revision::getContent. More...
 
 testGetId ( $rowArray, $expectedId)
 provideGetId Revision::getId More...
 
 testGetParentId ( $rowArray, $expected)
 provideGetParentId Revision::getParentId() More...
 
 testGetRevisionText ( $expected, $rowData, $prefix='old_', $wiki=false)
 Revision::getRevisionText provideGetRevisionText. More...
 
 testGetRevisionText_external_noOldId ()
 Revision::getRevisionText. More...
 
 testGetRevisionText_external_oldId ()
 Revision::getRevisionText. More...
 
 testGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts ( $text)
 provideTestGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts Revision::getRevisionText More...
 
 testGetRevisionText_returnsDecompressedTextFieldWhenNotExternal ( $row, $prefix, $expected)
 provideTestGetRevisionText_returnsDecompressedTextFieldWhenNotExternal Revision::getRevisionText More...
 
 testGetRevisionWithGzipAndLegacyEncoding ( $expected, $lang, $encoding, $rowData)
 Revision::getRevisionText provideGetRevisionTextWithGzipAndLegacyEncoding. More...
 
 testGetRevisionWithLegacyEncoding ( $expected, $lang, $encoding, $rowData)
 Revision::getRevisionText provideGetRevisionTextWithLegacyEncoding. More...
 
 testGetRevisionWithZlibExtension ( $expected, $rowData)
 Revision::getRevisionText provideGetRevisionTextWithZlibExtension. More...
 
 testGetRevisionWithZlibExtension_badData ( $expected, $rowData)
 Revision::getRevisionText provideGetRevisionTextWithZlibExtension_badData. More...
 
 testGetSha1 ()
 Revision::getSha1. More...
 
 testGetSha1_failure ()
 Revision::getSha1. More...
 
 testGetSize ()
 Revision::getSize. More...
 
 testGetSize_failure ()
 Revision::getSize. More...
 
 testLoadFromTitle ()
 Revision::loadFromTitle. More...
 
 testSetId ( $input, $expected)
 provideSetId Revision::setId More...
 
 testSetUserIdAndName ( $inputId, $expectedId, $name)
 provideSetUserIdAndName Revision::setUserIdAndName More...
 
- Public Member Functions inherited from MediaWikiTestCase
 __construct ( $name=null, array $data=[], $dataName='')
 
 __destruct ()
 
 addDBData ()
 Stub. More...
 
 addDBDataOnce ()
 Stub. More...
 
 copyTestData (IDatabase $source, IDatabase $target)
 Copy test data from one database connection to another. 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)
 
 setContentLang ( $lang)
 
 setGroupPermissions ( $newPerms, $newKey=null, $newValue=null)
 Alters $wgGroupPermissions for the duration of the test. More...
 
 setupAllTestDBs ()
 Set up all test DBs. More...
 
 setUserLang ( $lang)
 
 testMediaWikiTestCaseParentSetupCalled ()
 Make sure MediaWikiTestCase extending classes have called their parent setUp method. More...
 
 usesTemporaryTables ()
 

Private Member Functions

 getBlobStore ()
 
 getRevisionStore ()
 
 getWANObjectCache ()
 
 mockBlobStoreFactory ( $blobStore)
 

Additional Inherited Members

- Static Public Member Functions inherited from MediaWikiTestCase
static getMutableTestUser ( $groups=[])
 Convenience method for getting a mutable test user. More...
 
static getTestPrefixFor (IDatabase $db)
 
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 installMockMwServices (Config $configOverrides=null)
 Creates a new "mock" MediaWikiServices instance, and installs it. More...
 
static listTables (IMaintainableDatabase $db)
 
static prepareServices (Config $bootstrapConfig)
 
static resetNonServiceCaches ()
 Resets some non-service singleton instances and other static caches. More...
 
static restoreMwServices ()
 Restores the original, non-mock MediaWikiServices instance. More...
 
static setUpBeforeClass ()
 
static setupTestDB (IMaintainableDatabase $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
 
- Protected Member Functions inherited from MediaWikiTestCase
 addCoreDBData ()
 
 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=false, $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, array $options=[], array $join_conds=[])
 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...
 
 checkDbIsSupported ()
 
 checkPHPExtension ( $extName)
 Check if $extName is a loaded PHP extension, will skip the test whenever it is not loaded. More...
 
 editPage ( $pageName, $text, $summary='', $defaultNs=NS_MAIN)
 Edits or creates a page/revision. More...
 
 ensureMockDatabaseConnection (IDatabase $db)
 
 getDefaultWikitextNS ()
 Returns the ID of a namespace that defaults to Wikitext. More...
 
 getExistingTestPage ( $title=null)
 Returns a WikiPage representing an existing page. More...
 
 getNewTempDirectory ()
 obtains a new temporary directory More...
 
 getNewTempFile ()
 Obtains a new temporary file name. More...
 
 getNonexistingTestPage ( $title=null)
 Returns a WikiPage representing a non-existing page. More...
 
 getSchemaOverrides (IMaintainableDatabase $db)
 Stub. More...
 
 insertPage ( $pageName, $text='Sample page for unit test.', $namespace=null, User $user=null)
 Insert a new page. More...
 
 isTestInDatabaseGroup ()
 
 isWikitextNS ( $ns)
 Returns true if the given namespace defaults to Wikitext according to $wgNamespaceContentModels. More...
 
 markTestSkippedIfDbType ( $type)
 Skip the test if using the specified database type. 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...
 
 revisionDelete ( $rev, array $value=[Revision::DELETED_TEXT=> 1], $comment='')
 Revision-deletes a revision. More...
 
 setIniSetting ( $name, $value)
 Set an ini setting for the duration of the test. 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...
 
 tearDown ()
 
 truncateTable ( $tableName, IDatabase $db=null)
 Empties the given table and resets any auto-increment counters. More...
 
- 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 setupDatabaseWithTestPrefix (IMaintainableDatabase $db, $prefix=null)
 Setups a database with cloned tables using the given prefix. More...
 
static setupExternalStoreTestDBs ( $testPrefix=null)
 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 = []
 

Detailed Description

Test cases in RevisionTest should not interact with the Database.

For test cases that need Database interaction see RevisionDbTestBase.

Definition at line 18 of file RevisionTest.php.

Member Function Documentation

◆ getBlobStore()

RevisionTest::getBlobStore ( )
private

◆ getMockTitle()

◆ getRevisionStore()

RevisionTest::getRevisionStore ( )
private
Returns
RevisionStore

Definition at line 465 of file RevisionTest.php.

References $cache, class, getBlobStore(), getWANObjectCache(), and MIGRATION_OLD.

◆ getWANObjectCache()

RevisionTest::getWANObjectCache ( )
private

◆ mockBlobStoreFactory()

RevisionTest::mockBlobStoreFactory (   $blobStore)
private

◆ provideConstructFromArray()

RevisionTest::provideConstructFromArray ( )

Definition at line 28 of file RevisionTest.php.

References CONTENT_MODEL_JAVASCRIPT.

◆ provideConstructFromArray_userSetAsExpected()

RevisionTest::provideConstructFromArray_userSetAsExpected ( )

Definition at line 103 of file RevisionTest.php.

◆ provideConstructFromArrayThrowsExceptions()

RevisionTest::provideConstructFromArrayThrowsExceptions ( )

Definition at line 159 of file RevisionTest.php.

◆ provideConstructFromRow()

RevisionTest::provideConstructFromRow ( )

Definition at line 209 of file RevisionTest.php.

References $rev, and Revision\DELETED_TEXT.

◆ provideDecompressRevisionText()

RevisionTest::provideDecompressRevisionText ( )

Definition at line 669 of file RevisionTest.php.

References false, and serialize().

◆ provideGetId()

RevisionTest::provideGetId ( )

Definition at line 295 of file RevisionTest.php.

References null.

◆ provideGetParentId()

RevisionTest::provideGetParentId ( )

Definition at line 346 of file RevisionTest.php.

References null.

◆ provideGetRevisionText()

RevisionTest::provideGetRevisionText ( )

Definition at line 361 of file RevisionTest.php.

References object.

◆ provideGetRevisionTextWithGzipAndLegacyEncoding()

RevisionTest::provideGetRevisionTextWithGzipAndLegacyEncoding ( )

Definition at line 520 of file RevisionTest.php.

References object.

◆ provideGetRevisionTextWithLegacyEncoding()

RevisionTest::provideGetRevisionTextWithLegacyEncoding ( )

Definition at line 487 of file RevisionTest.php.

References object.

◆ provideGetRevisionTextWithZlibExtension()

RevisionTest::provideGetRevisionTextWithZlibExtension ( )

Definition at line 385 of file RevisionTest.php.

References object.

◆ provideGetRevisionTextWithZlibExtension_badData()

RevisionTest::provideGetRevisionTextWithZlibExtension_badData ( )

Definition at line 404 of file RevisionTest.php.

References object.

◆ provideSetId()

RevisionTest::provideSetId ( )

Definition at line 315 of file RevisionTest.php.

◆ provideSetUserIdAndName()

RevisionTest::provideSetUserIdAndName ( )

Definition at line 330 of file RevisionTest.php.

◆ provideTestGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts()

RevisionTest::provideTestGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts ( )

Definition at line 780 of file RevisionTest.php.

◆ provideTestGetRevisionText_returnsDecompressedTextFieldWhenNotExternal()

RevisionTest::provideTestGetRevisionText_returnsDecompressedTextFieldWhenNotExternal ( )

Definition at line 743 of file RevisionTest.php.

References object.

◆ setUp()

RevisionTest::setUp ( )

◆ testCompressRevisionTextUtf8()

RevisionTest::testCompressRevisionTextUtf8 ( )

◆ testCompressRevisionTextUtf8Gzip()

◆ testConstructFromArray()

RevisionTest::testConstructFromArray (   $rowArray)

provideConstructFromArray Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray

Definition at line 76 of file RevisionTest.php.

References $rev, CONTENT_MODEL_JAVASCRIPT, and getMockTitle().

◆ testConstructFromArray_userSetAsExpected()

RevisionTest::testConstructFromArray_userSetAsExpected ( array  $rowArray,
  $expectedUserId,
  $expectedUserName 
)

provideConstructFromArray_userSetAsExpected Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray

Parameters
array$rowArray
mixed$expectedUserIdnull to expect the current wgUser ID
mixed$expectedUserNamenull to expect the current wgUser name

Definition at line 140 of file RevisionTest.php.

References $rev, getMockTitle(), MediaWikiTestCase\getTestUser(), and MediaWikiTestCase\setMwGlobals().

◆ testConstructFromArrayThrowsExceptions()

RevisionTest::testConstructFromArrayThrowsExceptions (   $rowArray,
Exception  $expectedException 
)

provideConstructFromArrayThrowsExceptions Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray

Definition at line 189 of file RevisionTest.php.

References getMockTitle().

◆ testConstructFromArrayWithBadPageId()

RevisionTest::testConstructFromArrayWithBadPageId ( )

Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray.

Definition at line 96 of file RevisionTest.php.

References $rev.

◆ testConstructFromEmptyArray()

RevisionTest::testConstructFromEmptyArray ( )

Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray.

Definition at line 87 of file RevisionTest.php.

References $rev, and getMockTitle().

◆ testConstructFromNothing()

RevisionTest::testConstructFromNothing ( )

Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray.

Definition at line 202 of file RevisionTest.php.

References class.

◆ testConstructFromRow()

RevisionTest::testConstructFromRow ( array  $arrayData,
callable  $assertions 
)

provideConstructFromRow Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray

Definition at line 273 of file RevisionTest.php.

References $rev, getMockTitle(), and object.

◆ testConstructFromRowWithBadPageId()

RevisionTest::testConstructFromRowWithBadPageId ( )

Revision::__construct \MediaWiki\Revision\RevisionStore::newMutableRevisionFromArray.

Definition at line 283 of file RevisionTest.php.

References $rev, and MediaWikiTestCase\overrideMwServices().

◆ testDecompressRevisionText()

RevisionTest::testDecompressRevisionText (   $legacyEncoding,
  $text,
  $flags,
  $expected 
)

provideDecompressRevisionText Revision::decompressRevisionText

Parameters
bool$legacyEncoding
mixed$text
array$flags
mixed$expected

Definition at line 730 of file RevisionTest.php.

References Revision\decompressRevisionText(), Language\factory(), getBlobStore(), mockBlobStoreFactory(), and MediaWikiTestCase\setService().

◆ testGetContent()

RevisionTest::testGetContent ( )

Revision::getContent.

Definition at line 930 of file RevisionTest.php.

References $content, $rev, $title, and getMockTitle().

◆ testGetContent_failure()

RevisionTest::testGetContent_failure ( )

Revision::getContent.

Definition at line 946 of file RevisionTest.php.

References $rev, $title, class, and getMockTitle().

◆ testGetId()

RevisionTest::testGetId (   $rowArray,
  $expectedId 
)

provideGetId Revision::getId

Definition at line 310 of file RevisionTest.php.

References $rev, and getMockTitle().

◆ testGetParentId()

RevisionTest::testGetParentId (   $rowArray,
  $expected 
)

provideGetParentId Revision::getParentId()

Definition at line 356 of file RevisionTest.php.

References $rev, and getMockTitle().

◆ testGetRevisionText()

RevisionTest::testGetRevisionText (   $expected,
  $rowData,
  $prefix = 'old_',
  $wiki = false 
)

◆ testGetRevisionText_external_noOldId()

RevisionTest::testGetRevisionText_external_noOldId ( )

◆ testGetRevisionText_external_oldId()

RevisionTest::testGetRevisionText_external_oldId ( )

◆ testGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts()

RevisionTest::testGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts (   $text)

provideTestGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts Revision::getRevisionText

Definition at line 789 of file RevisionTest.php.

References Revision\getRevisionText().

◆ testGetRevisionText_returnsDecompressedTextFieldWhenNotExternal()

RevisionTest::testGetRevisionText_returnsDecompressedTextFieldWhenNotExternal (   $row,
  $prefix,
  $expected 
)

provideTestGetRevisionText_returnsDecompressedTextFieldWhenNotExternal Revision::getRevisionText

Definition at line 772 of file RevisionTest.php.

References Revision\getRevisionText().

◆ testGetRevisionWithGzipAndLegacyEncoding()

RevisionTest::testGetRevisionWithGzipAndLegacyEncoding (   $expected,
  $lang,
  $encoding,
  $rowData 
)

◆ testGetRevisionWithLegacyEncoding()

RevisionTest::testGetRevisionWithLegacyEncoding (   $expected,
  $lang,
  $encoding,
  $rowData 
)

◆ testGetRevisionWithZlibExtension()

RevisionTest::testGetRevisionWithZlibExtension (   $expected,
  $rowData 
)

Revision::getRevisionText provideGetRevisionTextWithZlibExtension.

Definition at line 399 of file RevisionTest.php.

References MediaWikiTestCase\checkPHPExtension(), and testGetRevisionText().

◆ testGetRevisionWithZlibExtension_badData()

RevisionTest::testGetRevisionWithZlibExtension_badData (   $expected,
  $rowData 
)

Revision::getRevisionText provideGetRevisionTextWithZlibExtension_badData.

Definition at line 418 of file RevisionTest.php.

References MediaWikiTestCase\checkPHPExtension(), and Revision\getRevisionText().

◆ testGetSha1()

RevisionTest::testGetSha1 ( )

Revision::getSha1.

Definition at line 897 of file RevisionTest.php.

References $rev, $title, and getMockTitle().

◆ testGetSha1_failure()

RevisionTest::testGetSha1_failure ( )

Revision::getSha1.

Definition at line 913 of file RevisionTest.php.

References $rev, $title, class, and getMockTitle().

◆ testGetSize()

RevisionTest::testGetSize ( )

Revision::getSize.

Definition at line 865 of file RevisionTest.php.

References $rev, $title, and getMockTitle().

◆ testGetSize_failure()

RevisionTest::testGetSize_failure ( )

Revision::getSize.

Definition at line 880 of file RevisionTest.php.

References $rev, $title, class, and getMockTitle().

◆ testLoadFromTitle()

◆ testSetId()

RevisionTest::testSetId (   $input,
  $expected 
)

provideSetId Revision::setId

Definition at line 324 of file RevisionTest.php.

References $input, $rev, and getMockTitle().

◆ testSetUserIdAndName()

RevisionTest::testSetUserIdAndName (   $inputId,
  $expectedId,
  $name 
)

provideSetUserIdAndName Revision::setUserIdAndName

Definition at line 339 of file RevisionTest.php.

References $name, $rev, getMockTitle(), and Revision\RAW.


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