wiki.techinc.nl/tests/phpunit/unit/includes
Thalia 6cb1016594 Allow partial action blocks to be made via ApiBlock
Bug: T280522
Change-Id: I114e3c76cfb6dd2f79b5217aee4b3da34df00850
2021-05-04 17:48:21 +01:00
..
actions Make ViewActionTest a pure unit test 2021-02-27 01:24:18 +00:00
api Remove ApiUnblock unit test. 2021-04-27 13:37:13 -07:00
auth Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
block Allow partial action blocks to be made via ApiBlock 2021-05-04 17:48:21 +01: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 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
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 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 Tests: use UserIdentityValue instead of mock User objects 2021-05-03 15:41:48 +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 Update Legoktm's email address 2021-05-02 05:39:37 +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 hooks that use Revision objects 2021-04-30 17:28:20 +00:00
parser Parser: remove Title from method signatures 2021-04-29 18:11:46 +02:00
password Split PasswordPolicyChecksTest into separate unit tests 2021-02-27 22:33:54 +00:00
Permissions Reduce duplication and combine methods in UserAuthorityTest 2021-05-03 16:25:13 +00: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 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 Add change tags for media additions/removals 2021-04-26 12:22:21 +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 Give WikiAwareEntityTrait it's own unit tests. 2021-04-27 20:31:14 -07:00
utils Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
watcheditem build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
watchlist Introduce DummyServicesTrait for use in unit tests 2021-05-03 19:04:06 +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 build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07: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
WikiReferenceTest.php Move WikiReferenceTest to a unit test 2021-05-02 10:00:52 +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