wiki.techinc.nl/tests/phpunit/integration/includes
C. Scott Ananian 770d2bf040 [ParserOutput] Make 'enableSectionEditLinks' a ParserOption
This will allow the Translate extension to set this parser option
in the ArticleParserOptions hook, instead of mutating $options passed
to ParserOutput::getText() in the ParserOutputPostCacheTransform hook.

It ought to also help to handle the many places which call:

   ... = $parserOutput->getText( [
       'enableSectionEditLinks' => false,
   ] );

by allowing them to set the appropriate ParserOption instead
of passing arguments to ::getText().

Bug: T350626
Change-Id: I719c115194059060f7f888608417a194ac80cc92
2024-02-09 23:42:03 +00:00
..
block Allow temporary accounts to be blocked with 'hideuser' enabled 2024-01-22 18:19:59 +00:00
cache Namespace EventRelayer and EventRelayerNull 2023-06-11 00:15:46 +02:00
CommentFormatter Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()" 2024-01-23 17:59:21 +00:00
composer libs/composer: Namespace under Wikimedia\Composer 2024-01-13 20:10:25 +00:00
context Namespace includes/context 2024-02-08 11:07:01 -05:00
db Check warnings from INSERT during tests 2024-01-12 09:33:05 +11:00
diff
editpage/Constraint Namespace includes/context 2024-02-08 11:07:01 -05:00
export
filerepo
Html tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
htmlform Merge "Allow setting page restrictions on BotPassword grants" 2023-12-15 06:04:00 +00:00
http shellbox: Use Telemetry class instead of WebRequest::getRequestId() 2023-09-19 14:00:25 +02:00
language Remove language coverter for Kazakh 2023-11-20 10:31:16 -05:00
libs Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
logging Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
page Update tests for PHPUnit 9.6 (part 1) 2024-01-16 23:36:15 +01:00
parser [ParserOutput] Make 'enableSectionEditLinks' a ParserOption 2024-02-09 23:42:03 +00:00
Permissions Move creation of BlockErrorFormatter into FormatterFactory 2024-01-26 13:03:44 -05:00
poolcounter tests: Use namespaced class names in @covers annotations 2024-01-27 01:11:07 +01:00
RenameUser Add integration test for RenameuserSQL 2023-11-15 09:23:06 +11:00
ResourceLoader ResourceLoader: Move ForeignResourceStructureTest to integration/ 2023-03-29 14:14:55 -07:00
Rest/Handler Namespace includes/context 2024-02-08 11:07:01 -05:00
revisionlist Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
search Fix more non-database tests accessing the database 2023-08-06 15:30:41 +00:00
specials Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
Storage Namespace includes/context 2024-02-08 11:07:01 -05:00
StubObject Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
user test: Convert LocalizedNumericSerialMappingTest to a unit test 2024-02-09 10:57:19 -05:00
utils tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
watchlist Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
ExtensionJsonTestBase.php tests: Use namespaced MediaWiki\Request\FauxRequest 2023-08-20 01:54:10 +02:00
ExtensionServicesTestBase.php tests: Check that extension service getter methods exist 2023-06-20 10:37:12 +02:00