wiki.techinc.nl/tests/phpunit/includes
Gergő Tisza cfa48515a6 session: Do not set session.use_trans_sid
session.use_trans_sid is a PHP antifeature that tells PHP to add
session IDs to all local URLs by modifying the HTML it's told to
output. We have set it to false just in case, but now that's
triggering deprecation warnings.

Bug: T380755
Change-Id: Iace0dcdb23eedb432cc1c032bbb3ce31d34071be
(cherry picked from commit 3b948a3da4be2a20573db01d611d601f2f90f2e5)
2025-01-06 22:12:05 +00:00
..
actions tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
api tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
auth tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
block Test AutoblockExemptionList 2024-10-16 14:04:34 +01:00
cache tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
Category tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
changetags Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00
collation Remove auto-generated "Class ClassName" comments 2024-05-06 10:03:41 +02:00
CommentStore tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
config tests: Use namespaced class names in @covers annotations 2024-01-27 01:11:07 +01:00
content tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
db rdbms: clear replica snapshots in (begin|commit|rollback)PrimaryChanges() 2024-10-09 20:34:25 +00:00
debug tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
deferred rdbms: clear replica snapshots in (begin|commit|rollback)PrimaryChanges() 2024-10-09 20:34:25 +00:00
diff tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
editpage tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
exception tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
export Add namespace to maintenance/includes classes 2024-10-09 11:02:09 -04:00
ExternalLinks LinkFilter::makeLikeArray: Fix another 'path' access 2024-05-14 12:29:23 +02:00
externalstore tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
filebackend tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
filerepo tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
GlobalFunctions Deprecate wfArrayDiff2() 2024-11-04 19:34:41 +00:00
HookContainer Add MediaWiki\Registration namespace to registration classes 2024-08-10 10:08:22 +00:00
Html Drop legacy classes from HTML message box output 2024-09-23 17:33:35 +00:00
http phpunit: Replace trivial wfParseUrl use with parse_url() 2024-08-29 03:15:36 +01:00
import recentchanges: Use current time for imported revision category changes 2024-10-23 11:43:34 +00:00
installer [DatabaseUpdater] Don't interact with updatelog on virtual domains 2024-10-17 15:12:35 +01:00
interwiki Add namespace to remaining parts of Wikimedia\ObjectCache 2024-09-27 16:19:10 -04:00
jobqueue RefreshLinksJob: Don't retry job if "Revision x is not current" is returned 2024-11-19 16:08:11 +00:00
language tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
languages Switch over a bunch of class_alias uses to actuals 2024-10-03 17:09:36 +00:00
libs tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
linkeddata tests: Use namespaced classes (@covers) 2024-06-14 00:15:40 +02:00
linker Drop duplicate test cases and @dataProviders from tests 2024-07-19 10:18:31 +00:00
logging tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
mail tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
media tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
Message Make Message and MessageValue compatible 2024-10-19 15:00:07 +02:00
Navigation phpunit: Fix tests relying on implicit wgScript/wgArticlePath 2024-05-05 00:00:01 +00:00
objectcache objectcache: Add regression test for MultiWrite dependency injection 2024-09-23 15:07:23 -07:00
Output Deprecate OutputPage::{get,set}IndexPolicy() 2024-10-17 23:51:12 -04:00
OutputTransform Namespace all remaining classes in includes/parser 2024-10-15 23:54:32 +01:00
page tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
pager tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
ParamValidator/TypeDef Replace uses of deprecated ChangeTags static methods 2024-10-16 13:30:12 -04:00
parser Merge "ParserOutput: Introduce ParserOutput::getLinkList()" 2024-10-21 21:04:38 +00:00
password tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
Permissions Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
poolcounter tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
preferences tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
profiler
recentchanges Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
registration tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
Request Add namespace and deprecation alias to FormatJson 2024-05-16 16:28:01 +03:30
ResourceLoader Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
Rest Use real type hints for services etc. in includes/Rest/ 2024-06-11 22:40:44 +02:00
Revision Use explicit nullable type on parameter arguments 2024-10-23 17:20:01 +00:00
search Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
session session: Do not set session.use_trans_sid 2025-01-06 22:12:05 +00:00
shell
site tests: Consistently use class_alias comments like elsewhere 2024-09-25 09:48:46 -04:00
SiteStats Add namespace to remaining parts of Wikimedia\ObjectCache 2024-09-27 16:19:10 -04:00
skins tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
sparql tests: Add Tests to PHP namespacing 2024-02-16 19:10:11 +00:00
specialpage Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
specials Reject temporary account usernames on Special:PasswordReset 2024-11-18 14:35:28 +00:00
Status Make Message and MessageValue compatible 2024-10-19 15:00:07 +02:00
Storage Merge "Use explicit nullable type on parameter arguments" 2024-10-16 23:10:14 +00:00
title Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
upload tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
user Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
utils Remove CryptHKDF and MWCryptHKDF 2024-11-10 22:49:37 -05:00
watchlist tests: Use namespaced classes 2024-10-21 18:53:02 +02:00
WikiMap tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
xml Add namespace and deprecation alias to Xml and XmlSelect 2024-05-16 15:23:14 +03:30
AutoLoaderTest.php tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
MediaWikiServicesTest.php tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
MockServiceWiring.php
SampleTest.php
TestUser.php Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
TestUserRegistry.php update a few tests to use PHP 7.4 syntax 2024-01-09 10:19:00 +02:00