wiki.techinc.nl/tests/phpunit/includes
Timo Tijhof 8d406bbcd6 phpcs: Disable Generic.Files.LineLength for test files
There is a common and reasonable need for longer lines in tests.
The nudge for shorter lines doesn't seem valuable here. The natural
breaks will likely still fall in 80-100 given the enforced practice
for non-test code, e.g. whether through habit, or 80-100 column markers
in text editors, or the finite width of diff and code review
interfaces.

Change-Id: I879479e13551789a67624ce66f0946d2f185e6ee
2022-02-18 18:32:05 +00:00
..
actions phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
api phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
auth objectcache: deprecate BagOStuff incr() and decr() methods 2022-02-18 11:15:27 +11:00
block Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
cache Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
changes phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
changetags [changetags] Backend support for excluded tag filter 2022-02-07 09:27:24 +01:00
collation phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
config Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
content phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
context Revert "Replace deprecated methods IContextSource::getWikiPage && IContextSource::canUseWikiPage" 2021-12-14 12:43:15 -08:00
db rdbms: Move more internal code from Database to TransactionManager 2022-02-05 04:58:40 +00:00
debug DeprecationHelper: avoid closures 2021-12-10 17:15:13 +00:00
deferred LinksTable: Cast all array keys to string 2022-02-14 15:56:34 +11:00
diff Merge "diff: Fix small issues and compact syntax in DifferenceEngine" 2022-02-04 15:09:28 +00:00
editpage
exception
externalstore
filebackend Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
filerepo phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
GlobalFunctions phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
HookContainer phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
htmlform HTMLFormField: Adjust isSubmitAttempt and add more comments 2022-02-11 11:46:21 +00:00
http tests: Use ::class in assertInstanceOf function 2022-01-16 21:17:09 +01:00
import phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
installer
interwiki Optimise Skin::getLanguages() 2022-02-08 22:34:15 +00:00
jobqueue RefreshLinksJob: assert proper title 2022-02-09 20:39:08 +01:00
language phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
languages phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
libs Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
linkeddata
linker phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
logging phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
mail phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
media phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
Message Add Message/MessageValue user group member parameter type 2021-11-16 11:24:35 -05:00
Navigation
objectcache Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
page phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
pager ReverseChronologicalPager pages have list headers grouping by date 2022-02-15 00:04:56 +00:00
ParamValidator/TypeDef Remove or replace usages of "sanity" 2021-11-21 19:35:49 +00:00
parser phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
password
Permissions phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
poolcounter phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
preferences phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
rcfeed
registration ExtensionRegistry: Add process cache for lazy attributes 2022-02-01 21:01:44 +11:00
resourceloader phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
Rest Merge "REST: gracefully handle all exceptions." 2021-11-04 17:06:28 +00:00
Revision phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
search phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
session phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
shell Remove or replace usages of "sanity" 2021-11-21 16:42:31 +00:00
site phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
skins Introduce SkinComponentTableOfContents 2022-02-17 17:43:19 -07:00
sparql
specialpage phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
specials Sort services injected into specialpage pagers 2022-02-10 23:15:41 +00:00
Storage Merge "Replace deprecated JobQueueGroup::singleton()" 2022-01-27 22:17:12 +00:00
title phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
upload phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
user user: Set a default value for all searchNs* user preferences 2022-01-31 18:45:27 +00:00
utils phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
watcheditem phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
ActorMigrationTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
ActorMigrationTest.sql Schema migration for revison_actor_temp table removal 2021-07-14 08:29:04 +10:00
AutoLoaderTest.php
CategoryTest.php Add getMemberCount() to Category to supersede getPageCount() 2022-01-31 13:59:34 +01:00
CommentStoreCommentTest.php
CommentStoreTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
EditPageConstraintsTest.php Remove or replace usages of "sanity" 2021-11-21 19:35:49 +00:00
EditPageTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
ExportTest.php Suppress deprecation warnings from libxml_disable_entity_loader() 2022-01-21 14:03:12 +11:00
ExtraParserTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
FauxRequestTest.php
GitInfoTest.php
HooksTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
HtmlTest.php Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
LinkerTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
LinkFilterTest.php
MagicWordFactoryTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
MediaWikiServicesTest.php
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
MessageTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
MockServiceWiring.php
MovePageTest.php Merge "Convert various callers to LoadBalancer::getConnectionRef()" 2022-01-27 23:34:39 +00:00
MultiHttpClientTest.php Fix deprecation warning from CURLPIPE_HTTP1 2022-01-25 14:35:41 +11:00
MWTimestampTest.php
OutputPageTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
PagePropsTest.php
SampleTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
SiteStatsTest.php Replace deprecated JobQueueGroup::singleton() 2022-01-27 21:37:50 +01:00
StatusTest.php Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
TemplateCategoriesTest.php tests: Replace usages of deprecated WikiPage::doDeleteArticleReal 2022-01-17 15:38:02 +00:00
TestUser.php
TestUserRegistry.php
TimeAdjustTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
TitleTest.php Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
TitleUrlTest.php Introduce TitleUrlTests 2021-09-08 07:48:45 +00:00
TrackingCategoriesTest.php Move ::addTrackingCategory() implementation to TrackingCategories 2021-10-15 14:17:58 -04:00
WebRequestTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
WikiMapTest.php Replace usages of deprecated wfWikiID() 2021-12-21 02:05:55 +00:00
XmlTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00