wiki.techinc.nl/tests/phpunit/includes
Timo Tijhof 9bee7ab8a1 resourceloader: Remove support for 'object' in wgResourceModules
Obsolete since MediaWiki 1.17alpha, no known usage since.

Bug: T222637
Change-Id: Ie820b16022ced6767c32aee7f2497a99260b1641
2019-07-16 00:33:19 +01:00
..
actions Re-apply: Factors out permissions check from User into PermissionManager service 2019-06-28 13:19:38 -07:00
api objectcache: Hard deprecate ObjectCache::getMainWANInstance() 2019-07-09 09:29:57 +00:00
auth Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
block Pass in ServiceOptions to BlockManager 2019-07-10 16:33:21 +01:00
cache Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
changes Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
changetags
collation Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
config Move unit tests, round III 2019-07-09 22:06:59 +02:00
content Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
context
db rdbms: add ILoadBalancer::getReplicaResumePos method 2019-07-12 18:16:15 +01:00
debug Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
deferred Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash use 2019-07-13 18:53:51 -07:00
diff Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
editpage Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
exception Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
externalstore Make ExternalStore wrap ExternalStoreFactory and create access class 2019-06-28 14:31:44 -07:00
filebackend Add helper for HTTPFileStreamer header syntax 2019-07-11 23:23:59 +00:00
filerepo Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
GlobalFunctions Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
htmlform Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
http Split HttpTest and SessionTest to unit and integration 2019-07-13 21:01:09 +02:00
import Merge "Inline trivial object creation helpers in tests" 2019-06-11 20:55:44 +00:00
interwiki Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
jobqueue Various fixes and simplifications to RefreshLinksJob::runTitle() 2019-07-11 06:06:02 +00:00
libs Merge "rdbms: fix IDatabase::setLBInfo() handling of null and allow clearing keys" 2019-07-15 21:28:27 +00:00
linkeddata
linker objectcache: Hard deprecate ObjectCache::getMainWANInstance() 2019-07-09 09:29:57 +00:00
logging LogFormatter::formatParameterValue: handle bad user names 2019-07-03 18:49:58 +02:00
mail
media Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
Navigation Refactor buildPrevNextNavigation 2019-06-05 19:32:27 -04:00
objectcache Move unit tests, round III 2019-07-09 22:06:59 +02:00
page Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
pager
parser Unset all globals unneeded for unit tests, assert correct directory 2019-07-09 14:09:29 -04:00
password Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
Permissions Bidi isolate user names in block error paramters 2019-07-05 15:01:26 +01:00
poolcounter Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
preferences Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
rcfeed
registration Move unit tests, round III 2019-07-09 22:06:59 +02:00
resourceloader resourceloader: Remove support for 'object' in wgResourceModules 2019-07-16 00:33:19 +01:00
Rest/BasicAccess Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
Revision Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
search Move unit tests, round III 2019-07-09 22:06:59 +02:00
session Merge "Load GlobalFunctions.php to tests/phpunit/bootstrap.php" 2019-07-15 01:56:45 +00:00
shell Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
site Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
skins Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
sparql Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
specialpage Refactor buildPrevNextNavigation 2019-06-05 19:32:27 -04:00
specials Merge "Add Special:Mute as a shortcut for muting notifications" 2019-06-25 17:15:39 +00:00
Storage Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
title Ensure canHaveTalkPage returns false when getTalkPage would fail. 2019-07-03 10:40:10 +02:00
upload Relax HTML sniffing checks on image upload 2019-06-07 14:21:00 -07:00
user objectcache: Hard deprecate ObjectCache::getMainWANInstance() 2019-07-09 09:29:57 +00:00
utils Load GlobalFunctions.php to tests/phpunit/bootstrap.php 2019-07-14 01:28:07 +02:00
watcheditem Move trivially compatible tests to the unit tests suite 2019-06-30 15:23:53 +02:00
ActorMigrationTest.php Inline trivial object creation helpers in tests 2019-05-28 16:12:28 +02:00
AutoLoaderTest.php
AutopromoteTest.php
CategoryTest.php
CommentStoreCommentTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
CommentStoreTest.php
CommentStoreTest.sql
ContentSecurityPolicyTest.php Isolate globals for ContentSecurityPolicy tests 2019-06-13 12:35:33 +02:00
DeprecatedGlobalTest.php
DiffHistoryBlobTest.php
EditPageTest.php EditPage: Migrate Title::userCan() calls to PermissionManager 2019-05-18 20:49:21 +02:00
ExportTest.php
ExtraParserTest.php
FauxRequestTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
GitInfoTest.php
HooksTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
HtmlTest.php Don't process "all" option in Html::namespaceSelectorOptions 2019-07-04 10:17:59 +02:00
LinkerTest.php Make userLink() not fail too hard on false and null. 2019-06-05 14:51:57 +02:00
LinkFilterTest.php
ListToggleTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
MagicWordFactoryTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
MediaWikiServicesTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
MediaWikiTest.php
MediaWikiVersionFetcherTest.php Unset all globals unneeded for unit tests, assert correct directory 2019-07-09 14:09:29 -04:00
MergeHistoryTest.php
MessageTest.php
MovePageTest.php Hard-deprecate Title::moveTo and friends 2019-05-28 11:52:36 -05:00
MultiHttpClientTest.php
MWTimestampTest.php
OutputPageTest.php resourceloader: Remove register() 'object' use in OutputPageTest 2019-07-14 19:19:46 +00:00
PagePropsTest.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
PrefixSearchTest.php
ReadOnlyModeTest.php Don't pass Config to service constructors 2019-05-02 11:33:56 +03:00
RevisionDbTestBase.php Re-apply: Factors out permissions check from User into PermissionManager service 2019-06-28 13:19:38 -07:00
RevisionMcrDbTest.php
RevisionMcrReadNewDbTest.php
RevisionMcrWriteBothDbTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
RevisionNoContentModelDbTest.php
RevisionPreMcrDbTest.php
RevisionTest.php Make ExternalStore wrap ExternalStoreFactory and create access class 2019-06-28 14:31:44 -07:00
RevisionTestModifyableContent.php
RevisionTestModifyableContentHandler.php
SampleTest.php Replace old URLs in SampleTest 2019-07-10 15:00:12 +01:00
SiteStatsTest.php
StatusTest.php Use [...] instead of array(...) in PHP comments and documentation 2019-06-17 21:15:09 +02:00
SystemBlockTest.php Separate Block into AbstractBlock, Block and SystemBlock 2019-05-07 17:36:31 -05:00
TemplateCategoriesTest.php Re-apply: Factors out permissions check from User into PermissionManager service 2019-06-28 13:19:38 -07:00
TemplateParserTest.php
TestLogger.php Use [...] instead of array(...) in PHP comments and documentation 2019-06-17 21:15:09 +02:00
TestUser.php
TestUserRegistry.php tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
TimeAdjustTest.php
TitleMethodsTest.php Hard-deprecate Title::moveTo and friends 2019-05-28 11:52:36 -05:00
TitlePermissionTest.php Bidi isolate user names in block error paramters 2019-07-05 15:01:26 +01:00
TitleTest.php Merge "When title contains only slashes, Title::getRootText() shouldn't return false" 2019-07-14 12:40:30 +00:00
WebRequestTest.php Rename CDN config variables to be generic, deprecating the old names 2019-05-24 21:09:22 +00:00
WikiMapTest.php Removed deprecated WikiMap::getWikiIdFromDomain() method 2019-07-14 01:17:31 +01:00
XmlTest.php