MediaWiki
REL1_31
|
Test cases in RevisionTest should not interact with the Database. More...
Private Member Functions | |
getBlobStore () | |
getRevisionStore () | |
getWANObjectCache () | |
mockBlobStoreFactory ( $blobStore) | |
overrideCommentStoreAndActorMigration () | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
const | DB_PREFIX = 'unittest_' |
Table name prefixes. More... | |
const | ORA_DB_PREFIX = 'ut_' |
![]() | |
static TestUser[] | $users |
![]() | |
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, 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... | |
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... | |
getSchemaOverrides (IMaintainableDatabase $db) | |
Stub. 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... | |
setUp () | |
stashMwGlobals ( $globalKeys) | |
Stashes the global, will be restored in tearDown() More... | |
tearDown () | |
![]() | |
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... | |
![]() | |
Database | $db |
Primary database. More... | |
array | $supportedDBs |
array | $tablesUsed = [] |
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.
|
private |
Definition at line 449 of file RevisionTest.php.
References $cache, class, and getWANObjectCache().
Referenced by getRevisionStore(), testCompressRevisionTextUtf8Gzip(), testDecompressRevisionText(), testGetRevisionWithGzipAndLegacyEncoding(), and testGetRevisionWithLegacyEncoding().
RevisionTest::getMockTitle | ( | $model = CONTENT_MODEL_WIKITEXT | ) |
string | $model |
Definition at line 40 of file RevisionTest.php.
References class, and MediaWikiTestCase\getDefaultWikitextNS().
Referenced by testConstructFromArray(), testConstructFromArray_userSetAsExpected(), testConstructFromArrayThrowsExceptions(), testConstructFromEmptyArray(), testConstructFromRow(), testGetContent(), testGetContent_failure(), testGetId(), testGetParentId(), testGetSha1(), testGetSha1_failure(), testGetSize(), testGetSize_failure(), testGetTextId(), testLoadFromTitle(), testSetId(), and testSetUserIdAndName().
|
private |
Definition at line 478 of file RevisionTest.php.
References $cache, class, getBlobStore(), and getWANObjectCache().
Referenced by testGetArchiveQueryInfo(), and testGetQueryInfo().
|
private |
Definition at line 442 of file RevisionTest.php.
Referenced by getBlobStore(), getRevisionStore(), and testGetRevisionText_external_oldId().
|
private |
Definition at line 461 of file RevisionTest.php.
References class.
Referenced by testCompressRevisionTextUtf8Gzip(), testConstructFromRow(), testDecompressRevisionText(), testGetRevisionText_external_oldId(), testGetRevisionWithGzipAndLegacyEncoding(), and testGetRevisionWithLegacyEncoding().
|
private |
Definition at line 892 of file RevisionTest.php.
References class, and MediaWikiTestCase\setService().
Referenced by testGetArchiveQueryInfo(), testGetQueryInfo(), testSelectArchiveFields(), and testSelectFields().
RevisionTest::provideConstructFromArray | ( | ) |
Definition at line 20 of file RevisionTest.php.
References CONTENT_MODEL_JAVASCRIPT.
RevisionTest::provideConstructFromArray_userSetAsExpected | ( | ) |
Definition at line 95 of file RevisionTest.php.
RevisionTest::provideConstructFromArrayThrowsExceptions | ( | ) |
Definition at line 151 of file RevisionTest.php.
RevisionTest::provideConstructFromRow | ( | ) |
Definition at line 201 of file RevisionTest.php.
References $rev, and Revision\DELETED_TEXT.
RevisionTest::provideDecompressRevisionText | ( | ) |
Definition at line 675 of file RevisionTest.php.
References false, and serialize().
RevisionTest::provideGetArchiveQueryInfo | ( | ) |
Definition at line 1081 of file RevisionTest.php.
RevisionTest::provideGetId | ( | ) |
Definition at line 332 of file RevisionTest.php.
RevisionTest::provideGetParentId | ( | ) |
Definition at line 398 of file RevisionTest.php.
RevisionTest::provideGetQueryInfo | ( | ) |
Definition at line 1165 of file RevisionTest.php.
RevisionTest::provideGetRevisionText | ( | ) |
Definition at line 322 of file RevisionTest.php.
RevisionTest::provideGetRevisionTextWithGzipAndLegacyEncoding | ( | ) |
Definition at line 529 of file RevisionTest.php.
RevisionTest::provideGetRevisionTextWithLegacyEncoding | ( | ) |
Definition at line 496 of file RevisionTest.php.
RevisionTest::provideGetRevisionTextWithZlibExtension | ( | ) |
Definition at line 423 of file RevisionTest.php.
RevisionTest::provideGetTextId | ( | ) |
Definition at line 383 of file RevisionTest.php.
RevisionTest::provideSelectArchiveFields | ( | ) |
Definition at line 981 of file RevisionTest.php.
RevisionTest::provideSelectFields | ( | ) |
Definition at line 928 of file RevisionTest.php.
RevisionTest::provideSetId | ( | ) |
Definition at line 352 of file RevisionTest.php.
RevisionTest::provideSetUserIdAndName | ( | ) |
Definition at line 367 of file RevisionTest.php.
RevisionTest::provideTestGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts | ( | ) |
Definition at line 793 of file RevisionTest.php.
RevisionTest::provideTestGetRevisionText_returnsDecompressedTextFieldWhenNotExternal | ( | ) |
Definition at line 756 of file RevisionTest.php.
References object.
RevisionTest::testCompressRevisionTextUtf8 | ( | ) |
Revision::compressRevisionText.
Definition at line 572 of file RevisionTest.php.
References Revision\compressRevisionText(), and Revision\getRevisionText().
RevisionTest::testCompressRevisionTextUtf8Gzip | ( | ) |
Revision::compressRevisionText.
Definition at line 589 of file RevisionTest.php.
References MediaWikiTestCase\checkPHPExtension(), Revision\compressRevisionText(), getBlobStore(), Revision\getRevisionText(), mockBlobStoreFactory(), and MediaWikiTestCase\setService().
RevisionTest::testConstructFromArray | ( | $rowArray | ) |
provideConstructFromArray Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray
Definition at line 68 of file RevisionTest.php.
References $rev, CONTENT_MODEL_JAVASCRIPT, and getMockTitle().
RevisionTest::testConstructFromArray_userSetAsExpected | ( | array | $rowArray, |
$expectedUserId, | |||
$expectedUserName | |||
) |
provideConstructFromArray_userSetAsExpected Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray
array | $rowArray | |
mixed | $expectedUserId | null to expect the current wgUser ID |
mixed | $expectedUserName | null to expect the current wgUser name |
Definition at line 132 of file RevisionTest.php.
References $rev, getMockTitle(), MediaWikiTestCase\getTestUser(), and MediaWikiTestCase\setMwGlobals().
RevisionTest::testConstructFromArrayThrowsExceptions | ( | $rowArray, | |
Exception | $expectedException | ||
) |
provideConstructFromArrayThrowsExceptions Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray
Definition at line 181 of file RevisionTest.php.
References getMockTitle().
RevisionTest::testConstructFromArrayWithBadPageId | ( | ) |
Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray.
Definition at line 88 of file RevisionTest.php.
References $rev.
RevisionTest::testConstructFromEmptyArray | ( | ) |
Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray.
Definition at line 79 of file RevisionTest.php.
References $rev, and getMockTitle().
RevisionTest::testConstructFromNothing | ( | ) |
Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray.
Definition at line 194 of file RevisionTest.php.
References class.
RevisionTest::testConstructFromRow | ( | array | $arrayData, |
$assertions | |||
) |
provideConstructFromRow Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray
Definition at line 280 of file RevisionTest.php.
References $rev, class, getMockTitle(), mockBlobStoreFactory(), object, and MediaWikiTestCase\setService().
RevisionTest::testConstructFromRowWithBadPageId | ( | ) |
Revision::__construct \MediaWiki\Storage\RevisionStore::newMutableRevisionFromArray.
Definition at line 313 of file RevisionTest.php.
References $rev, MIGRATION_OLD, MediaWikiTestCase\overrideMwServices(), and MediaWikiTestCase\setMwGlobals().
RevisionTest::testDecompressRevisionText | ( | $legacyEncoding, | |
$text, | |||
$flags, | |||
$expected | |||
) |
provideDecompressRevisionText Revision::decompressRevisionText
bool | $legacyEncoding | |
mixed | $text | |
array | $flags | |
mixed | $expected |
Definition at line 736 of file RevisionTest.php.
References Revision\decompressRevisionText(), Language\factory(), getBlobStore(), mockBlobStoreFactory(), and MediaWikiTestCase\setService().
RevisionTest::testGetArchiveQueryInfo | ( | $globals, | |
$expected | |||
) |
Revision::getArchiveQueryInfo provideGetArchiveQueryInfo.
Definition at line 1152 of file RevisionTest.php.
References Revision\getArchiveQueryInfo(), getRevisionStore(), overrideCommentStoreAndActorMigration(), MediaWikiTestCase\setMwGlobals(), and MediaWikiTestCase\setService().
RevisionTest::testGetContent | ( | ) |
Definition at line 1468 of file RevisionTest.php.
References $rev, $title, and getMockTitle().
RevisionTest::testGetContent_failure | ( | ) |
Definition at line 1484 of file RevisionTest.php.
References $rev, $title, class, and getMockTitle().
RevisionTest::testGetId | ( | $rowArray, | |
$expectedId | |||
) |
provideGetId Revision::getId
Definition at line 347 of file RevisionTest.php.
References $rev, and getMockTitle().
RevisionTest::testGetParentId | ( | $rowArray, | |
$expected | |||
) |
provideGetParentId Revision::getParentId()
Definition at line 408 of file RevisionTest.php.
References $rev, and getMockTitle().
RevisionTest::testGetQueryInfo | ( | $globals, | |
$options, | |||
$expected | |||
) |
Revision::getQueryInfo provideGetQueryInfo.
Definition at line 1386 of file RevisionTest.php.
References $options, Revision\getQueryInfo(), getRevisionStore(), overrideCommentStoreAndActorMigration(), MediaWikiTestCase\setMwGlobals(), and MediaWikiTestCase\setService().
RevisionTest::testGetRevisionText | ( | $expected, | |
$rowData, | |||
$prefix = 'old_' , |
|||
$wiki = false |
|||
) |
Revision::getRevisionText provideGetRevisionText.
Definition at line 417 of file RevisionTest.php.
References Revision\getRevisionText().
Referenced by testGetRevisionWithGzipAndLegacyEncoding(), testGetRevisionWithLegacyEncoding(), and testGetRevisionWithZlibExtension().
RevisionTest::testGetRevisionText_external_noOldId | ( | ) |
Definition at line 818 of file RevisionTest.php.
References Revision\getRevisionText(), and MediaWikiTestCase\setService().
RevisionTest::testGetRevisionText_external_oldId | ( | ) |
Definition at line 837 of file RevisionTest.php.
References $cache, class, Revision\getRevisionText(), getWANObjectCache(), mockBlobStoreFactory(), and MediaWikiTestCase\setService().
RevisionTest::testGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts | ( | $text | ) |
provideTestGetRevisionText_external_returnsFalseWhenNotEnoughUrlParts Revision::getRevisionText
Definition at line 802 of file RevisionTest.php.
References Revision\getRevisionText().
RevisionTest::testGetRevisionText_returnsDecompressedTextFieldWhenNotExternal | ( | $row, | |
$prefix, | |||
$expected | |||
) |
provideTestGetRevisionText_returnsDecompressedTextFieldWhenNotExternal Revision::getRevisionText
Definition at line 785 of file RevisionTest.php.
References Revision\getRevisionText().
RevisionTest::testGetRevisionText_returnsFalseWhenNoTextField | ( | ) |
Definition at line 752 of file RevisionTest.php.
References Revision\getRevisionText().
RevisionTest::testGetRevisionWithGzipAndLegacyEncoding | ( | $expected, | |
$lang, | |||
$encoding, | |||
$rowData | |||
) |
Revision::getRevisionText provideGetRevisionTextWithGzipAndLegacyEncoding.
Definition at line 559 of file RevisionTest.php.
References $lang, MediaWikiTestCase\checkPHPExtension(), Language\factory(), getBlobStore(), mockBlobStoreFactory(), MediaWikiTestCase\setService(), and testGetRevisionText().
RevisionTest::testGetRevisionWithLegacyEncoding | ( | $expected, | |
$lang, | |||
$encoding, | |||
$rowData | |||
) |
Revision::getRevisionText provideGetRevisionTextWithLegacyEncoding.
Definition at line 521 of file RevisionTest.php.
References $lang, Language\factory(), getBlobStore(), mockBlobStoreFactory(), MediaWikiTestCase\setService(), and testGetRevisionText().
RevisionTest::testGetRevisionWithZlibExtension | ( | $expected, | |
$rowData | |||
) |
Revision::getRevisionText provideGetRevisionTextWithZlibExtension.
Definition at line 437 of file RevisionTest.php.
References MediaWikiTestCase\checkPHPExtension(), and testGetRevisionText().
RevisionTest::testGetSha1 | ( | ) |
Definition at line 1435 of file RevisionTest.php.
References $rev, $title, and getMockTitle().
RevisionTest::testGetSha1_failure | ( | ) |
Definition at line 1451 of file RevisionTest.php.
References $rev, $title, class, and getMockTitle().
RevisionTest::testGetSize | ( | ) |
Definition at line 1403 of file RevisionTest.php.
References $rev, $title, and getMockTitle().
RevisionTest::testGetSize_failure | ( | ) |
Definition at line 1418 of file RevisionTest.php.
References $rev, $title, class, and getMockTitle().
RevisionTest::testGetTextId | ( | $rowArray, | |
$expected | |||
) |
provideGetTextId Revision::getTextId()
Definition at line 393 of file RevisionTest.php.
References $rev, and getMockTitle().
RevisionTest::testLoadFromTitle | ( | ) |
Definition at line 612 of file RevisionTest.php.
References MediaWikiTestCase\$db, $title, class, getMockTitle(), Revision\loadFromTitle(), MIGRATION_OLD, object, MediaWikiTestCase\overrideMwServices(), MediaWikiTestCase\setMwGlobals(), and wfWikiID().
RevisionTest::testPageJoinCond | ( | ) |
Definition at line 884 of file RevisionTest.php.
References MediaWikiTestCase\hideDeprecated(), and Revision\pageJoinCond().
RevisionTest::testSelectArchiveFields | ( | $contentHandlerUseDB, | |
$expected | |||
) |
provideSelectArchiveFields Revision::selectArchiveFields
Definition at line 1028 of file RevisionTest.php.
References MediaWikiTestCase\hideDeprecated(), MIGRATION_OLD, overrideCommentStoreAndActorMigration(), Revision\selectArchiveFields(), and MediaWikiTestCase\setMwGlobals().
RevisionTest::testSelectFields | ( | $contentHandlerUseDB, | |
$expected | |||
) |
provideSelectFields Revision::selectFields
Definition at line 973 of file RevisionTest.php.
References MediaWikiTestCase\hideDeprecated(), MIGRATION_OLD, overrideCommentStoreAndActorMigration(), Revision\selectFields(), and MediaWikiTestCase\setMwGlobals().
RevisionTest::testSelectPageFields | ( | ) |
Definition at line 1053 of file RevisionTest.php.
References MediaWikiTestCase\hideDeprecated(), and Revision\selectPageFields().
RevisionTest::testSelectTextFields | ( | ) |
Definition at line 1039 of file RevisionTest.php.
References MediaWikiTestCase\hideDeprecated(), and Revision\selectTextFields().
RevisionTest::testSelectUserFields | ( | ) |
Definition at line 1071 of file RevisionTest.php.
References MediaWikiTestCase\hideDeprecated(), and Revision\selectUserFields().
RevisionTest::testSetId | ( | $input, | |
$expected | |||
) |
provideSetId Revision::setId
Definition at line 361 of file RevisionTest.php.
References $input, $rev, and getMockTitle().
RevisionTest::testSetUserIdAndName | ( | $inputId, | |
$expectedId, | |||
$name | |||
) |
provideSetUserIdAndName Revision::setUserIdAndName
Definition at line 376 of file RevisionTest.php.
References $name, $rev, getMockTitle(), and Revision\RAW.
RevisionTest::testUserJoinCond | ( | ) |
Definition at line 871 of file RevisionTest.php.
References MediaWikiTestCase\hideDeprecated(), MIGRATION_OLD, MediaWikiTestCase\overrideMwServices(), MediaWikiTestCase\setMwGlobals(), and Revision\userJoinCond().