wiki.techinc.nl/tests/phpunit/includes
Lucas Werkmeister 396201e81f ChangeTags: Remove table name from condition
Inside the condition, the table prefix isn’t added automatically, so
we’d have to do it on our own (which is tricky since we don’t have an
ISQLPlatform instance to call tableName() on). As far as I can tell,
there isn’t actually any ambiguity in the ct_tag_id column (note that
the non-$exclude branch sets $conds['ct_tag_id'] without a table name
too), so just remove the table name from the condition.

Bug: T325872
Change-Id: I1a69c66455be9808f2f9538ea3fffe791b956b35
2022-12-23 10:44:20 +01:00
..
actions Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
api tests: Replace deprecated User::getAllGroups 2022-12-21 18:55:09 +01:00
auth tests: Do not set User::mBlock in secondary auth provider test 2022-12-22 23:00:38 +01:00
block Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
cache Hard-deprecate BacklinkCache::get/getLinks/getCascadeProtectedLinks 2022-12-15 10:51:44 +00:00
changes Merge "Reorg: Move PageProps to page/ and namespace it to MediaWiki\Page\" 2022-12-11 15:50:43 +00:00
changetags ChangeTags: Remove table name from condition 2022-12-23 10:44:20 +01:00
collation tests: Replace checkPHPExtension() with @requires annotations 2022-10-23 20:47:14 -04:00
config Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
content Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
context Setup: Promote clearActionName log message to runtime warning (2) 2022-11-08 23:29:25 +00:00
db rdbms: clarify "waitForPos" logic in LoadBalancer 2022-12-21 00:31:57 +00:00
debug Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
deferred Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
diff diff: Handle timestamp correct for suppressed revisions 2022-12-17 23:17:16 +01:00
editpage tests: Migrate setMwGlobals() to overrideConfigValue(s) 2022-07-27 18:07:00 +01:00
exception tests: Migrate away from setMwGlobals() 2022-08-22 20:17:49 +00:00
externalstore Use ::class to refer to class names 2022-08-17 22:59:17 +02:00
filebackend tests: Replace assertEmpty with assertSame 2022-11-25 00:42:53 +01:00
filerepo DatabaseSqlite: fix null blobs 2022-11-22 11:50:42 +11:00
GlobalFunctions Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
HookContainer
htmlform Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
http Replace comment about deprecated Http::request 2022-12-11 15:20:06 +01:00
import Remove WikiRevision::downloadSource 2022-11-04 09:24:15 -04:00
installer Replace trivial usa of mock builder with createMock() shortcut 2022-07-15 16:43:48 +00:00
interwiki Migrate usage of setMwGlobals() to overrideConfigValue(s) 2022-08-01 06:16:22 +01:00
jobqueue tests: Set serialize_precision=-1 in TestSetup 2022-12-14 23:18:13 -05:00
language Migrate usage of setMwGlobals() to overrideConfigValue(s) 2022-08-01 06:16:22 +01:00
languages Fix whitespaces after comma 2022-12-15 01:24:14 +01:00
libs rdbms: Fix test to not rely on deprecated class aliases 2022-11-04 22:09:58 +00:00
linkeddata Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
linker tests: Add missing @group Database 2022-08-06 22:55:12 +02:00
logging Replace deprecated Linker::commentBlock/revComment 2022-12-11 01:33:56 +01:00
mail tests: Add missing @group Database 2022-08-06 22:55:12 +02:00
media tests: Replace checkPHPExtension() with @requires annotations 2022-10-23 20:47:14 -04:00
Message
Navigation PagerNavigationBuilder: Document that nulls in setLinkQuery() etc. are allowed 2022-11-02 23:56:35 +00:00
objectcache SqlBagOStuff: Fix modtoken comparison 2022-08-19 11:11:58 +10:00
page tests: Expand ArticleViewTest for unhide=1 and without unhide param 2022-12-17 17:53:11 +01:00
pager pager: Fix navigations when date range is set 2022-12-10 09:52:36 +08:00
ParamValidator/TypeDef tests: Add missing @group Database 2022-08-06 22:55:12 +02:00
parser Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
password
Permissions Hard-deprecate User/PermissionManager group permissions lookup functions 2022-12-21 21:15:00 +01:00
poolcounter Separate RevisionOutputCache::makeParserOutputKey from no revid case 2022-09-09 18:24:27 -07:00
preferences Enable pig-latin variant for testing 2022-11-08 17:45:51 +05:30
rcfeed Migrate from setMwGlobals() to overrideConfigValue(s) 2022-08-02 10:14:10 +01:00
registration SettingsBuilder: introduce a "registration" stage 2022-12-16 15:47:05 +00:00
ResourceLoader Fix whitespaces after comma 2022-12-15 01:24:14 +01:00
Rest tests: Simplify some nested ->will( $this->return assertions 2022-11-12 11:57:12 -07:00
Revision Fix casing of class and function name usages 2022-12-04 19:09:30 +00:00
search Fix whitespaces after comma 2022-12-15 01:24:14 +01:00
session Merge "Make use of the ?? and ??= operators where it makes sense" 2022-12-16 01:06:50 +00:00
shell tests: Replace assertRegExp with assertMatchesRegularExpression 2022-10-07 14:13:16 -04:00
site Remove pre PHP 7.4 serialize()/unserialize() 2022-11-10 19:25:01 +00:00
skins Componentize menulink + footer 2022-09-28 14:57:37 +00:00
sparql Replace trivial usa of mock builder with createMock() shortcut 2022-07-15 16:43:48 +00:00
specialpage Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
specials Reorg: Move ActorMigration and ActorMigrationBase to user/ 2022-12-16 13:44:33 +01:00
Storage Storage: Migrate NameTableStore to SelectQueryBuilder 2022-12-16 19:15:43 +01:00
title tests: Migrate away from setMwGlobals() to overrideConfigValue(s)() 2022-08-14 22:23:25 +01:00
upload Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
user Merge "Hard-deprecate User/PermissionManager group permissions lookup functions" 2022-12-23 01:55:51 +00:00
utils Remove the deprecated MWGrants class 2022-09-16 17:07:20 +02:00
watcheditem Fix casing of class and function name usages 2022-12-04 19:09:30 +00:00
AutoLoaderTest.php AutoLoader: Drop support for $wgAutoloadAttemptLowercase 2022-12-04 02:38:57 -05:00
CategoryTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-09-23 21:53:11 +02:00
CommentStoreCommentTest.php
CommentStoreTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php [php8.1] Change override of $wgResourceBasePath for CSP tests 2022-07-25 12:54:04 -07:00
EditPageConstraintsTest.php Fix casing of class and function name usages 2022-12-04 19:09:30 +00:00
EditPageTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
ExportTest.php tests: Use overrideConfigValue(s) where necessary 2022-07-16 23:45:52 +01:00
ExtraParserTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-09-23 21:53:11 +02:00
FauxRequestTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
GitInfoTest.php tests: Use overrideConfigValue(s) where necessary 2022-07-16 23:45:52 +01:00
HooksTest.php tests: Fix missing "wf" prefix for global functions 2022-11-28 07:28:55 -05:00
HtmlTest.php tests: Replace assertEmpty with assertSame 2022-11-25 00:42:53 +01:00
LinkerTest.php linker: Fix broken specialLink() when combining subpage with querystring 2022-12-09 17:57:55 +00:00
LinkFilterTest.php Externallinks: Add ability to write to the new fields 2022-10-25 22:14:15 +02:00
MediaWikiServicesTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
MediaWikiTest.php Handle bad redirect target for personally identifiable special pages 2022-11-18 20:04:49 +00:00
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-09-23 21:53:11 +02:00
MessageTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
MockServiceWiring.php
MovePageTest.php Make use of the new PageUpdateStatus 2022-11-30 17:56:58 +00:00
MultiHttpClientTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
MWTimestampTest.php Remove deprecated MWTimestamp::getHumanTimestamp 2022-11-03 17:00:39 +00:00
OutputPageTest.php tests: Simplify some nested ->will( $this->return assertions 2022-11-12 11:57:12 -07:00
SampleTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-09-23 21:53:11 +02:00
SiteStatsTest.php
StatusTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
TemplateCategoriesTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-09-23 21:53:11 +02:00
TestUser.php tests/api: Add TestUser::getAuthority and use it 2022-08-06 23:15:27 +02:00
TestUserRegistry.php phpunit: improve isolation by calling User::clearInstanceCache 2022-12-04 15:21:30 +01:00
TimeAdjustTest.php tests: Use overrideConfigValue(s) where necessary 2022-07-16 23:45:52 +01:00
TitleTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
TitleUrlTest.php tests: Use overrideConfig(Value|Values) where needed 2022-07-12 22:24:50 +00:00
TrackingCategoriesTest.php
WebRequestTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
WikiMapTest.php tests: Migrate MediaWiki settings to overrideConfig...() 2022-08-18 17:48:03 +01:00
XmlTest.php tests: don't assume wgLanguageCode is 'en' 2022-07-21 19:32:41 -04:00