wiki.techinc.nl/tests/phpunit/integration/includes
Timo Tijhof 04b50619a5 CommentFormatter: Minor clean up to test cases
* Avoid using /wiki/ as both article path and script path.
  This looked like a mistake and would prevent catching a
  mixup as test failure.

The possibly intended use of this was to detect whether the correct
foreign article path is being used, by being different from the
local one. Test this through a more obviously different value instead,
such as "/foo".

* Remove the unused "dewiki" setting.

* Remove use of production-like setting and use something more
  obviously fake instead.

Change-Id: I87bd2beb4e8ef945e4f00044dfe89c746f4b3c5e
2023-09-14 19:36:55 -07:00
..
block Merge "Disallow hiding temporary users via blocks" 2023-08-18 21:49:47 +00:00
cache Namespace EventRelayer and EventRelayerNull 2023-06-11 00:15:46 +02:00
CommentFormatter CommentFormatter: Minor clean up to test cases 2023-09-14 19:36:55 -07:00
context context: Disallow cloning RequestContext object and throw an error 2023-09-14 22:09:35 +00:00
db rdbms: Rename DatabaseMysqlBase to DatabaseMySQL 2023-09-13 08:15:08 +01:00
diff tests: Use overrideConfig(Value|Values) where needed 2022-07-12 14:40:46 +01:00
editpage/Constraint Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
export tests: Use overrideConfig(Value|Values) where needed 2022-07-12 14:40:46 +01:00
filerepo Reorg: Migrate WikiMap to WikiMap/ out of includes 2023-02-27 05:19:46 +01:00
Html tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
htmlform SpecialContributions: Allow checking edits by imported actors 2023-08-29 12:40:04 +08:00
http Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
language tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
libs objectcache,resourceloader,rdbms,jobqueue: Widen @covers annotations 2023-04-10 22:00:17 +00:00
logging Show title for unknown log actions 2023-04-11 21:44:12 +00:00
page Remove WikiPage::doDeleteUpdates(), deprecate ::doDeleteArticleBatched() 2023-09-12 23:20:56 +00:00
parser Merge "tests: Move test cases from /includes/ into sub folder" 2023-09-15 01:22:10 +00:00
Permissions Introduce authorizeAction() into Authority. 2023-09-05 10:49:10 +02:00
poolcounter Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
ResourceLoader ResourceLoader: Move ForeignResourceStructureTest to integration/ 2023-03-29 14:14:55 -07:00
Rest/Handler Merge "Remove all Parsoid debugApi references and uses" 2023-09-15 01:16:40 +00:00
revisionlist Introduce RevisionSelectQueryBuilder 2023-09-06 12:30:38 +02:00
search Fix more non-database tests accessing the database 2023-08-06 15:30:41 +00:00
specials Allow a comma separated list of namespaces for Special:Random 2023-05-20 16:39:41 +03:00
Storage Reorg: Move three output related classes to includes/Output/ 2023-09-05 19:36:42 +01:00
StubObject tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
user Reorg: Move SiteConfiguration to includes/config/ 2023-09-11 18:43:47 +01:00
utils tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
watchlist Fix core newtalk 304 suppression and update deferral 2022-03-18 16:52:12 +11: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