wiki.techinc.nl/tests/phpunit/unit/includes
vladshapik 3a150275de Implement injecting of dependencies to an AuthenticationProvider
init() method was added to AuthenticationProvider. It helps to inject
dependecies. Overridable postInitSetup() method was added to
AbstractAuthenticationProvider. A provider can override this to do
any necessary setup.
AbstractAuthenticationProvider ::setLogger(), ::setManager(), ::setConfig(),
::setHookContainer() were soft deprecated. Now developers must use
AbstractAuthenticationProvider::init().

Bug: T275030
Change-Id: I6ca63eddac1b177eeadbdcce992e71c44a480160
2021-04-26 15:17:34 +03:00
..
actions
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
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
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
filebackend
filerepo/file
GlobalFunctions
historyblob Convert DiffHistoryBlobTest to pure unit test 2021-04-14 02:09:51 +00:00
HookContainer
htmlform
http Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
installer
interwiki Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
jobqueue
json
language
libs Move MimeAnalyzerTest under unit tests 2021-04-23 21:53:55 +00:00
linker
mail
media
Message
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
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
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
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
site
skins
Storage Reduce mocking LoggerInterface 2021-04-23 22:35:43 +00:00
tidy
title Remove Title from public interface of OutputPage 2021-04-16 10:01:56 -07:00
user Merge "Remove unnecessary ->equalTo() from tests" 2021-04-23 14:43:04 +00: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
DeprecatedGlobalTest.php
DerivativeRequestTest.php
FactoryArgTestTrait.php Factor out rollback logic from WikiPage 2021-04-14 11:49:07 -07: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
PathRouterTest.php
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
XmlJsTest.php
XmlSelectTest.php
XmlTest.php