wiki.techinc.nl/tests/phpunit/includes
Lucas Werkmeister 7c8a39c9dc Ensure newlines when wrapping ResourceLoader scripts
We’re appending at least a closing brace to the source code, so if that
code ends with a line comment, we need to have a line break between the
end of the code and our appended brace.

Bug: T286996
Change-Id: I4e93b10f31445f6dab76c1614e546fb41fd6c0f6
2021-07-20 17:04:17 +02:00
..
actions Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
api Merge "api: Update mailman links" 2021-07-14 18:28:07 +00:00
auth Don't pass unneeded variables into anonymous functions 2021-07-13 19:48:26 +00:00
block Hard-deprecate AbstractBlock::getTargetAndType() and getTarget() 2021-06-22 16:59:00 +03:00
cache Make LinkCache behavior more consistent 2021-06-24 18:25:55 +02:00
changes Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
changetags Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
collation
config
content Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
context
db More master -> primary documentation and internal var renaming 2021-07-15 11:20:20 +01:00
debug
deferred Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
diff Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
editpage Replace easy usages of User for UserIdentity/Authority 2021-06-09 07:53:52 -07:00
exception
externalstore Remove unneeded uses of MediaWikiCoversValidator 2021-05-22 01:43:29 +00:00
filebackend Replace getMasterDB methods with getPrimaryDB 2021-07-14 16:21:04 -07:00
filerepo Replace getMasterDB methods with getPrimaryDB 2021-07-14 16:21:04 -07:00
GlobalFunctions Drop global function wfNegotiateType, deprecated in 1.36 2021-05-10 15:09:49 -07:00
HookContainer
htmlform
http Move HttpRequestFactoryTest to a unit test 2021-06-02 13:20:02 +00:00
import WikiImporter: inject services 2021-05-24 23:10:07 +02:00
installer
interwiki Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
jobqueue Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
language
libs Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
linkeddata
linker Pass PageReference as possible parameter to LinkRenderer methods 2021-05-10 16:01:27 -04:00
logging Remove hard-deprecated LogEntry::getPerformer 2021-06-28 18:06:36 -07:00
mail
media Ignore invalid chunks in PNG files, instead of aborting metadata extraction 2021-07-13 11:11:03 +10:00
Message
Navigation
objectcache
page Merge "Add DummyServicesTrait::getDummyReadOnlyMode()" 2021-07-20 04:00:25 +00:00
pager Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
ParamValidator/TypeDef Add regression tests for UserDef::processUser() 2021-07-13 23:14:11 +00:00
parser Remove $wgUser fallback in ParserOptions 2021-06-24 02:55:20 +00:00
password Remove User from password policy check interfaces 2021-06-11 10:21:14 -07:00
Permissions Move the fallback to check the 'create' right into PermissionManager when we checking 'edit' right. 2021-06-23 18:09:22 +03:00
poolcounter
preferences DefaultPreferencesFactory: inject and use UserOptionsManager 2021-06-17 17:27:40 -07:00
rcfeed
registration Fix array order for array_replace_recursive merge strategy 2021-05-23 13:29:35 -04:00
resourceloader Ensure newlines when wrapping ResourceLoader scripts 2021-07-20 17:04:17 +02:00
Rest Fix order of parameters in assertions 2021-05-03 15:50:53 +00:00
Revision More master -> primary documentation and internal var renaming 2021-07-15 11:20:20 +01:00
search Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
session Move CRSF token generation to CsrfTokenSet 2021-06-18 12:24:19 -07:00
shell
site
skins Merge "Convert Skin::relevantUser to UserIdentity" 2021-07-13 18:57:27 +00:00
sparql
specialpage Update DatabaseBlock construct option 'by' and 'byText' usage to use User Identity only 2021-06-02 17:01:32 +03:00
specials Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
Storage Don't pass unneeded variables into anonymous functions 2021-07-13 19:48:26 +00:00
title Add DummyServicesTrait::getDummyInterwikiLookup 2021-05-05 10:57:59 -07:00
upload Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
user Add DummyServicesTrait::getDummyReadOnlyMode() 2021-07-05 07:16:13 +00:00
utils
watcheditem Post Revision-removal cleanup 2021-06-24 00:32:39 +00:00
ActorMigrationTest.php Schema migration for revison_actor_temp table removal 2021-07-14 08:29:04 +10:00
ActorMigrationTest.sql Schema migration for revison_actor_temp table removal 2021-07-14 08:29:04 +10:00
AutoLoaderTest.php
CategoryTest.php Simplify database handling in CategoryTest 2021-05-09 00:53:31 +00:00
CommentStoreCommentTest.php
CommentStoreTest.php build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php
EditPageConstraintsTest.php Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
EditPageTest.php Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
ExportTest.php
ExtraParserTest.php
FauxRequestTest.php
GitInfoTest.php
HooksTest.php
HtmlTest.php
LinkerTest.php
LinkFilterTest.php
MagicWordFactoryTest.php
MediaWikiServicesTest.php
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php Clean up MergeHistory 2021-07-13 12:01:04 -07:00
MessageTest.php Use Message::page instead of Message::title 2021-06-09 13:18:22 +00:00
MockServiceWiring.php
MovePageTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
MultiHttpClientTest.php
MWTimestampTest.php MWTimestampTest: use StaticUserOptionsLookup 2021-05-12 21:05:48 +00:00
OutputPageTest.php Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
PagePropsTest.php Simplify PagePropsTest 2021-05-03 14:42:27 +00:00
ReadOnlyModeTest.php
SampleTest.php
SiteStatsTest.php
StatusTest.php
TemplateCategoriesTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
TestUser.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
TestUserRegistry.php
TimeAdjustTest.php
TitleMethodsTest.php Consistently normalize Title::mFragment before setting 2021-07-01 11:20:05 -07:00
TitleTest.php Move some Title tests to unit tests 2021-07-09 23:18:57 +00:00
WebRequestTest.php
WikiMapTest.php
XmlTest.php