wiki.techinc.nl/tests/phpunit/includes
Srishakatux bd31b57245 Remove ak from core
- Removed ak from `Names.php`, `LanguageConvertorFactoryTest.php` files
- Deleted `MessagesAk.php` file

Bug: T333765
Change-Id: Ic43b4a556158c60a9f429023b0d9b78666642680
2023-08-21 18:46:33 -07:00
..
actions Drop Action::exists() and ActionFactory::actionExists(), deprecated since 1.38 2023-08-16 16:58:34 +08:00
api tests: Use namespaced Wikimedia\Rdbms\IDatabase 2023-08-20 15:18:57 +02:00
auth tests: Use namespaced MediaWiki\Request\FauxRequest 2023-08-20 01:54:10 +02:00
block tests: Use namespaced Wikimedia\Rdbms\IDatabase 2023-08-20 15:18:57 +02:00
cache BacklinkCacheTest: Fix test case to avoid slowness 2023-08-10 14:22:22 +01:00
changes Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
changetags Simplify WHERE conditions with field IS NULL 2023-07-24 19:22:36 +02:00
collation
config config: Widen @covers annotations in unit tests 2023-07-24 05:33:30 +01:00
content Drop ContentHandler::getForTitle(), deprecated since 1.35 2023-08-16 16:58:34 +08:00
db Make some methods static in MediaWikiIntegrationTestCase 2023-08-15 20:53:13 +00:00
debug tests: Change expectDeprecation to expectDeprecationAndContinue 2023-07-18 16:35:43 +00:00
deferred deferred: Widen @covers annotations in unit tests 2023-08-22 00:14:20 +01:00
diff Merge "Add support for wikidiff2_multi_format_diff()" 2023-07-31 11:54:12 +00:00
editpage editpage: Fix use of includeonly for preload of page in mw namespace 2023-07-07 19:01:59 +02:00
exception Fix DB usage in non-database tests (part 2) 2023-08-06 22:57:28 +00:00
externalstore Fix DB usage in non-database tests (part 2) 2023-08-06 22:57:28 +00:00
filebackend
filerepo tests: Use namespaced Wikimedia\Rdbms\IDatabase 2023-08-20 15:18:57 +02:00
GlobalFunctions Resolve GlobalFunctions phpunit filename deprecation errors 2023-07-01 09:30:42 +00:00
HookContainer Remove the $replace parameter from HookContainer::scopedRegister. 2023-06-14 11:00:54 +00:00
htmlform htmlform: Allow validation-callback to return Status instances 2023-07-09 19:53:01 +02:00
http http: Propagate tracestate and traceparent headers 2023-08-07 21:04:19 +00:00
import WikiImporter: Improve error message output 2023-07-09 22:48:55 +00:00
installer
interwiki tests: Migrate Database::delete calls to DeleteQueryBuilder 2023-07-14 14:48:42 +02:00
jobqueue Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
language Remove ak from core 2023-08-21 18:46:33 -07:00
languages Add tests for date formatting in Walloon (wa) 2023-08-04 16:45:32 +02:00
libs objectcache: Reduce boilerplate and indirection around makeKey() 2023-08-03 10:42:56 +02:00
linkeddata Avoid DB access in non-database tests 2023-08-06 22:57:48 +00:00
linker Fix DB usage in non-database tests (part 2) 2023-08-06 22:57:28 +00:00
logging tests: Use namespaced Wikimedia\Rdbms\IDatabase 2023-08-20 15:18:57 +02:00
mail
media Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
Message
Navigation tests: Change some setMwGlobals to overrideConfigValue 2023-07-17 23:02:32 +02:00
objectcache Avoid DB access in more non-Database tests 2023-08-06 16:07:27 +00:00
page Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
pager Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
ParamValidator/TypeDef tests: Avoid database usage when possible 2023-07-31 00:46:13 +00:00
parser Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
password
Permissions Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
poolcounter phpunit: Randomize and improve default test page names 2023-08-15 20:39:25 +00:00
preferences preferences: Pass ParserFactory to DefaultPreferencesFactory 2023-08-14 17:05:56 +00:00
profiler
rcfeed Make some methods static in MediaWikiIntegrationTestCase 2023-08-15 20:53:13 +00:00
registration
ResourceLoader ResourceLoader: Document the clientPrefs system and make Skin option 2023-08-18 13:32:01 -07:00
Rest tests: Prevent leaking $_SERVER in RequestFromGlobalsTest 2023-07-19 09:23:52 +02:00
Revision Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
search Do not use UTPage directly in tests 2023-08-12 23:51:53 +02:00
session Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
shell Make Shell::makeScriptCommand use run.php 2023-07-25 01:35:59 +00:00
site Fix tests not properly cleaning up the DB 2023-08-16 01:05:11 +00:00
skins skins: Mock clock in SkinTest to fix flaky test 2023-08-15 02:16:01 +01:00
sparql
specialpage Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
specials phpunit: Add temporary overrides for assertObject(Not)HasAttribute 2023-08-20 00:22:24 +02:00
Storage Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
title Inject extension namespaces into NamespaceInfo 2023-07-16 22:53:26 +02:00
upload Merge "UploadBaseTest: Add const for path used for test uploads" 2023-08-08 00:58:38 +00:00
user Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
utils rdbms: Merge DatabaseMysqli into DatabaseMysqlBase 2023-08-07 20:37:09 +02:00
watcheditem Deprecate MediaWikiIntegrationTestCase::$users 2023-07-25 12:12:43 +00:00
AutoLoaderTest.php
CategoryTest.php
CommentStoreCommentTest.php
CommentStoreTest.php CommentStore: Drop temp table code 2023-06-13 23:30:58 +00:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php ResourceLoader: Remove support for CSP nonce 2023-08-09 02:30:39 +01:00
EditPageConstraintsTest.php tests: Migrate calls to Database::update to UpdateQueryBuilder 2023-07-14 15:40:11 +02:00
EditPageTest.php Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
ExportTest.php tests: Require existing page in ExportTest 2023-07-29 18:24:27 +00:00
ExtraParserTest.php
FauxRequestTest.php
GitInfoTest.php
HooksTest.php HookContainer: avoid instantiation of handlers when calling register() 2023-07-22 16:40:14 +02:00
HtmlTest.php tests: Change some setMwGlobals to overrideConfigValue 2023-07-17 23:02:32 +02:00
LinkerTest.php Hard-deprecate Linker::formatComment/commentBlock/revComment 2023-08-08 01:32:26 +02:00
LinkFilterTest.php ExternalLinks: Make oneWildcard avoid adding wildcard to domain 2023-07-10 18:38:55 +02:00
MediaWikiServicesTest.php Avoid DB access in more non-Database tests 2023-08-06 16:07:27 +00:00
MediaWikiTest.php tests: Avoid relying on existence of a test page 2023-08-07 22:57:59 +00:00
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php
MessageTest.php
MockServiceWiring.php
MovePageTest.php Migrate assertSelect() to SelectQueryBuilder 2023-06-28 09:03:58 +10:00
MultiHttpClientTest.php
MWTimestampTest.php Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
OutputPageTest.php Make OutputPageTest explicitly use English as content language 2023-08-19 18:47:09 +02:00
SampleTest.php tests: Use Title::makeTitle instead of Title::newFromText 2023-06-19 21:54:57 +02:00
SiteStatsTest.php tests: Use namespaced Wikimedia\Rdbms\IDatabase 2023-08-20 15:18:57 +02:00
StatusTest.php
TemplateCategoriesTest.php
TestUser.php
TestUserRegistry.php Remove non-existing password parameter in TestUserRegistry 2023-07-07 10:38:32 +02:00
TimeAdjustTest.php
TitleTest.php Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02:00
TitleUrlTest.php
TrackingCategoriesTest.php
WebRequestTest.php Reorg: Move ProxyLookup to Request/ 2023-08-06 12:22:58 +02:00
WikiMapTest.php Fix space after comma in single-line array declaration 2023-07-24 19:04:59 +02:00
XmlTest.php [tests] Add a regression test for Xml::input 2023-07-11 18:17:00 +02:00