wiki.techinc.nl/tests/phpunit/unit/includes
Petr Pchelko f50c097b9a Keep ActorStore caches consistent on user rename
Multi-key in-memory keys for the actors is complicated
enough to have it's own small abstraction.

Change-Id: Id0e091504b71a44ce52d418c5737d64ac70495e9
2021-04-26 14:02:00 -07:00
..
actions Make ViewActionTest a pure unit test 2021-02-27 01:24:18 +00:00
api Remove unnecessary ->equalTo() from tests 2021-04-23 12:02:42 +02:00
auth Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
block Merge "Remove unnecessary ->equalTo() from tests" 2021-04-23 14:43:04 +00:00
cache HtmlCacheUpdater: replace Title in method signatures. 2021-04-16 11:04:26 +00:00
changes Convert ChangesListStringOptionsFilterGroupTest to pure unit tests 2021-04-14 04:17:54 +00:00
composer Replace all new stdClass() with identical (object)[] 2020-03-04 21:18:30 +00:00
config phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
content phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02: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 Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
diff Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
editpage Merge "Remove unnecessary ->equalTo() from tests" 2021-04-23 14:43:04 +00:00
exception Covert HttpErrorTest to a pure unit test 2021-03-02 10:48:44 +01:00
filebackend Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
filerepo/file
GlobalFunctions Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
historyblob Convert DiffHistoryBlobTest to pure unit test 2021-04-14 02:09:51 +00:00
HookContainer HookContainerTest: fix order of use statements 2021-03-24 15:58:35 +00:00
htmlform Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
http Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
installer Remove "@group Database" from non-integration tests 2021-01-12 12:11:44 +00:00
interwiki Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
jobqueue
json Remove incomplete @param from test function 2021-02-01 20:19:22 +01:00
language Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
libs Move MimeAnalyzerTest under unit tests 2021-04-23 21:53:55 +00:00
linker Convert LinkRendererFactoryTest to a pure unit test 2021-03-10 15:35:13 +00:00
mail Convert or split some tests to MediaWikiUnitTestCase 2021-01-07 17:51:27 +00:00
media tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07: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 Remove MovePageFactoryTest 2021-04-15 14:05:49 +10:00
parser Reduce mocking LoggerInterface 2021-04-23 22:35:43 +00:00
password Split PasswordPolicyChecksTest into separate unit tests 2021-02-27 22:33:54 +00:00
Permissions Remove unnecessary ->equalTo() from tests 2021-04-23 12:02:42 +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 Convert ExtensionJsonValidatorTest to pure unit tests 2021-03-22 16:02:51 +00:00
resourceloader build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
Rest Convert MWBasicRequestAuthorizerTest to a unit test 2021-04-23 23:35:09 +00:00
Revision Merge "RevisionStoreFactoryTest: Clean up and convert to unit test" 2021-04-24 03:32:57 +00:00
revisionlist Add tests for RevisionList/RevisionItem classes 2020-05-12 09:36:44 -07:00
search phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
session Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
shell Use Shellbox for Shell::command() etc. 2021-02-05 21:51:58 +11:00
site Convert MediaWikiPageNameNormalizerTest to a pure unit test 2021-03-11 18:45:57 +00:00
skins Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
Storage Reduce mocking LoggerInterface 2021-04-23 22:35:43 +00:00
tidy Deprecate MWTidy and TidyDriverBase::supportsValidate() 2021-03-16 12:29:55 -07:00
title Remove Title from public interface of OutputPage 2021-04-16 10:01:56 -07:00
user Keep ActorStore caches consistent on user rename 2021-04-26 14:02:00 -07:00
utils Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
watcheditem Fix NoWriteWatchedItemStore::countWatchersMultiple 2021-04-23 15:27:56 +00:00
watchlist Clean up WatchlistManager tests 2021-04-23 17:19:34 +00:00
BadFileLookupTest.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
DeprecatedGlobalTest.php Make DeprecatedGlobalTest a pure unit test 2021-03-01 02:54:27 +00:00
DerivativeRequestTest.php
FactoryArgTestTrait.php Factor out rollback logic from WikiPage 2021-04-14 11:49:07 -07:00
FauxResponseTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
FeedUtilsTest.php FeedUtils: Update regex to match classes appropriately, and test 2020-12-15 07:35:10 +00:00
FormOptionsInitializationTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
FormOptionsTest.php Update docblock of FormOptionsTest 2021-01-12 12:04:12 +00:00
HeaderCallbackTest.php HeaderCallback: Sanitize cookie values in debug logs 2020-06-28 22:17:28 +00:00
LicensesTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
ListToggleTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
MovePageTest.php Convert MovePage to Authority 2021-03-17 19:43:46 -06:00
PathRouterTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07: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 Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
TitleArrayFromResultTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
TitleTest.php Add Unit tests for Title class 2021-01-21 03:51:20 +00:00
XmlJsTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
XmlSelectTest.php Minor cleanup to XmlSelectTest 2021-01-16 02:32:44 +00:00
XmlTest.php Move Xml::expandAttributes tests to unit tests 2021-03-07 19:27:11 +00:00