wiki.techinc.nl/tests/phpunit/unit/includes
daniel 1829057944 Introduce includes/Storage/PageUpdaterFactory
Change-Id: I2a060bfa8ac098edf24fc4d51212eeb7ddf3942d
2021-07-19 12:15:26 +02:00
..
actions Make ViewActionTest a pure unit test 2021-02-27 01:24:18 +00:00
api Move ApiWatchlistTraitTest back to unit tests 2021-07-06 20:37:45 +00:00
auth Hard deprecate the setters of AbstractAuthenticationProvider class 2021-05-31 13:02:39 +00:00
block Authority: expose user block info 2021-06-30 13:42:21 +02:00
cache LinkBatch: replace Title with PageReference in method signatures 2021-04-26 19:54:24 +02:00
changes Convert ChangesListStringOptionsFilterGroupTest to pure unit tests 2021-04-14 04:17:54 +00:00
composer
config Introduce includes/Storage/PageUpdaterFactory 2021-07-19 12:15:26 +02:00
content phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
context Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
dao Give WikiAwareEntityTrait it's own unit tests. 2021-04-27 20:31:14 -07:00
db Convert MWLBFactoryTest to pure unit tests 2021-04-14 16:48:30 +00:00
debug Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
deferred
diff Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
editpage Replace easy usages of User for UserIdentity/Authority 2021-06-09 07:53:52 -07:00
exception Handle INormalizedException in MWExceptionHandler 2021-07-07 22:01:27 +02:00
filebackend
filerepo/file
GlobalFunctions
historyblob Convert DiffHistoryBlobTest to pure unit test 2021-04-14 02:09:51 +00:00
HookContainer HookContainer: Fix normalization of callback for static handler 2021-05-25 20:06:16 +01:00
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 PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
jobqueue Add a JobQueueGroupFactory service 2021-05-07 06:50:29 +00:00
json Merge FormatJsonTest and FormatJsonUnitTest 2021-05-05 20:52:30 +00:00
language
libs Don't pass unneeded variables into anonymous functions 2021-07-13 19:48:26 +00:00
linker Convert LinkRendererFactoryTest to a pure unit test 2021-03-10 15:35:13 +00:00
mail
media Use the unserialized form of image metadata internally 2021-06-08 17:04:01 +10:00
Message Convert ConverterTest to pure unit tests 2021-03-22 15:59:42 +00:00
objectcache phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
page Clean up MergeHistory 2021-07-13 12:01:04 -07:00
ParamValidator/TypeDef NamespaceDefTest: stop calling getNamespaces() statically 2021-05-20 23:52:47 +00:00
parser Parser: remove Title from method signatures 2021-04-29 18:11:46 +02:00
password PasswordTestCase.php: Remove unnecessary paramter to provideTypes() 2021-07-13 12:13:52 +01:00
Permissions Authority: expose user block info 2021-06-30 13:42:21 +02:00
poolcounter phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
preferences phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
registration Update Legoktm's email address 2021-05-02 05:39:37 +00:00
resourceloader resourceloader: Fix remote bash path at document root passed into SkinModule 2021-06-08 23:18:22 -07:00
Rest Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
Revision Merge "RevisionStoreFactoryTest: Clean up and convert to unit test" 2021-04-24 03:32:57 +00:00
revisionlist
search phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
session Move CRSF token generation to CsrfTokenSet 2021-06-18 12:24:19 -07:00
shell Add support for multiple shellbox URLs through a mapping configuration 2021-06-21 14:14:44 +02:00
site Convert MediaWikiPageNameNormalizerTest to a pure unit test 2021-03-11 18:45:57 +00:00
skins
Storage Introduce includes/Storage/PageUpdaterFactory 2021-07-19 12:15:26 +02:00
tidy Deprecate MWTidy and TidyDriverBase::supportsValidate() 2021-03-16 12:29:55 -07:00
title build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
user UserNamePrefixSearch: use UserNameUtils instead of UserFactory 2021-06-28 07:48:56 +00:00
utils Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
watcheditem Migrate WatchedItemQueryService to Authority 2021-05-26 17:38:16 +00:00
watchlist Use DummyServicesTrait::getDummyNamespaceInfo in more places 2021-05-05 01:53:30 +00:00
BadFileLookupTest.php Add MediaWikiTitleCodec and NamespaceInfo to DummyServicesTrait 2021-05-04 19:10:23 +00:00
DeprecatedGlobalTest.php Make DeprecatedGlobalTest a pure unit test 2021-03-01 02:54:27 +00:00
DerivativeRequestTest.php
FactoryArgTestTrait.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
FauxResponseTest.php
FeedUtilsTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
HeaderCallbackTest.php
LicensesTest.php
ListToggleTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
MovePageTest.php build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
PathRouterTest.php Remove PathRouterTest::$basicRouter, unused 2021-05-05 20:33:54 +00:00
PingbackTest.php Reset fake timestamps for unit tests too 2021-04-14 21:01:33 +00:00
ProxyLookupTest.php Add tests for ProxyLookup 2021-03-31 00:21:24 +00:00
SiteConfigurationTest.php
TitleArrayFromResultTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
TitleTest.php Move some Title tests to unit tests 2021-07-09 23:18:57 +00:00
WikiReferenceTest.php Move WikiReferenceTest to a unit test 2021-05-02 10:00:52 +00:00
XmlJsTest.php
XmlSelectTest.php
XmlTest.php Move Xml::expandAttributes tests to unit tests 2021-03-07 19:27:11 +00:00