wiki.techinc.nl/tests/phpunit/includes
Kai_WMDE f6879ea16e Enable users to watch category membership changes
Bug: T9148
Change-Id: I5a89d8f19804b1120f4c755d834e2da6ca12ceae
2015-08-13 17:58:06 +02:00
..
actions UI for adding and removing change tags on revisions and log entries 2015-04-15 18:31:12 +00:00
api API: Remove WDDX and dump formats 2015-07-01 11:43:39 -04:00
cache Fixed race condition in MessageCache::replace 2015-06-04 13:53:37 -07:00
changes Enable users to watch category membership changes 2015-08-13 17:58:06 +02:00
composer tests: Clean up file headers 2015-04-01 00:17:12 +01:00
config Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
content Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
context Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
db Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
debug Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
deferred Enable users to watch category membership changes 2015-08-13 17:58:06 +02:00
diff Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
exception Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
externalstore Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
filebackend Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
filerepo LocalFileTest does not require database access 2015-03-26 17:36:14 -07:00
GlobalFunctions Do not encode '~' as %7E. Fixes redirect loop in chrome. 2015-07-09 11:52:24 +01:00
htmlform Explicitly declare property visibility, remove use of var 2015-06-21 00:07:13 +03:00
installer InstallDocFormatter: Hyperlink Phabricator task numbers 2014-11-21 03:05:44 -05:00
jobqueue Remove useless sleep() in JobQueueTest 2014-10-24 14:31:00 +02:00
json Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
libs Improve appearance of libraries on Special:Version 2015-06-26 21:26:05 +00:00
logging Use assertSame in LogFormatterTestCase 2015-06-06 20:55:03 +02:00
mail Merge "Skip MailAddressTest::testNewFromUser on windows" 2014-09-30 22:38:47 +00:00
media Basic support for WebP 2015-06-26 19:38:38 +00:00
objectcache objectcache: Add WANObjectCache::resetCheckKey() method 2015-07-13 21:25:20 +00:00
page Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
parser Deprecate $wgEnableParserCache 2015-06-04 19:23:03 +01:00
password Password validity by policy per group 2015-06-10 10:34:17 -07:00
poolcounter Break some long lines in maintenance, skins, tests 2014-07-24 19:03:17 +02:00
registration Explicitly declare property visibility, remove use of var 2015-06-21 00:07:13 +03:00
resourceloader resourceloader: Enable module content version for data modules 2015-06-18 20:39:38 +00:00
search Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
site Fixed spacing 2015-06-17 20:22:32 +00:00
skins tests: Clean up file headers 2015-04-01 00:17:12 +01:00
specialpage tests: Clean up file headers 2015-04-01 00:17:12 +01:00
specials Add tests for Special:BlankPage 2015-07-06 19:20:30 +00:00
title Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
upload API: Overhaul ApiResult, make format=xml not throw, and add json formatversion 2015-04-10 16:57:15 -04:00
utils Fixed spacing 2015-06-17 20:22:32 +00:00
BlockTest.php Make constructor of Block accept array of options 2015-06-19 14:20:01 -04:00
CollationTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
DiffHistoryBlobTest.php Replace a bunch of extension_loaded() checks with checkPHPExtension() 2014-01-23 23:09:53 +00:00
EditPageTest.php Add supportsDirectEditing methods to ContentHandler 2015-04-17 15:55:20 +00:00
ExtraParserTest.php Add @group Database tags to tests that need it 2015-04-01 11:20:23 +02:00
FallbackTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
FauxRequestTest.php WebRequest::getHeader: add optional flag to get back list 2015-05-08 17:58:54 -07:00
FauxResponseTest.php WebResponse: Implement statusHeader() using the new HttpStatus::header() 2015-06-04 02:27:30 +00:00
FormOptionsInitializationTest.php @covers tags for inclues/*Test 2013-10-24 11:54:02 +01:00
FormOptionsTest.php FormOptions: Implement FLOAT type 2013-11-07 23:50:59 +01:00
GitInfoTest.php Fix GitInfoTest::testValidJsonData on windows 2014-09-30 20:44:45 +00:00
HooksTest.php Pass phpcs-strict on some test files (2/x) 2014-04-24 17:05:34 +02:00
HtmlFormatterTest.php Set $wgInternalTidy to false in unit tests when running under HHVM 2014-12-18 14:58:18 -08:00
HtmlTest.php Html::srcSet: allow density to be specified either with or without trailing 'x' 2015-04-05 05:22:47 +00:00
HttpTest.php Profile all external HTTP requests from MW 2015-03-03 20:54:30 -08:00
ImportLinkCacheIntegrationTest.php Follow-up a43af3bc: Add Import integration test 2015-05-25 10:07:06 +02:00
ImportTest.php Proper namespace handling for WikiImporter 2014-12-10 22:24:47 +11:00
LicensesTest.php @covers tags for unit tests 2013-10-24 18:22:57 +01:00
LinkerTest.php Don't double escape in Linker::formatLinksInComment 2015-01-15 18:14:42 +00:00
LinkFilterTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
MediaWikiTest.php MediaWiki.php: Redirect non-standard title urls to canonical 2015-06-23 06:19:07 +00:00
MediaWikiVersionFetcherTest.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
MessageTest.php Message: Clean up unit tests and improve code coverage 2015-04-02 08:36:19 +01:00
MimeMagicTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
MovePageTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
MWNamespaceTest.php Standardize @todo 2014-07-23 22:27:20 +02:00
MWTimestampTest.php Reject out-of-range output when converting to TS_MW 2014-12-19 17:06:38 -05:00
OutputPageTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
PathRouterTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
PreferencesTest.php Fixed spacing 2013-12-01 20:58:51 +01:00
PrefixSearchTest.php PrefixSearchTest: Move insertPage() from setUp() to addDBData() 2015-03-25 19:10:40 +00:00
RevisionStorageTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
RevisionStorageTestContentHandlerUseDB.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
RevisionTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
SampleTest.php Verify parameter for MapCacheLRU::has() can be passed to array_key_exists() 2015-03-23 15:26:59 -07:00
SanitizerTest.php Use wikimedia/utfnormal library, add backwards-compatability layer 2015-03-24 12:59:26 -07:00
SanitizerValidateEmailTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
SiteConfigurationTest.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
StatusTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
TemplateCategoriesTest.php Add a RefreshLinks job when a template is deleted 2013-11-06 12:56:53 -05:00
TemplateParserTest.php TemplateParser: make most functions protected, only expose processTemplate() 2015-03-22 20:31:59 -07:00
TestingAccessWrapper.php Fix TestingAccessWrapper::__call 2015-03-26 09:26:01 +00:00
TestingAccessWrapperTest.php Fix TestingAccessWrapper::__call 2015-03-26 09:26:01 +00:00
TestUser.php Fixed spacing 2014-10-30 17:50:19 +01:00
TimeAdjustTest.php Fixed spacing 2014-07-19 23:12:10 +02:00
TitleArrayFromResultTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
TitleMethodsTest.php Reset Title cache when importing titles. 2015-05-24 17:55:08 +02:00
TitlePermissionTest.php Make constructor of Block accept array of options 2015-06-19 14:20:01 -04:00
TitleTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
UserArrayFromResultTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00
UserTest.php Configure logged in session length independently 2015-06-23 19:31:20 -04:00
WebRequestTest.php Fixed spacing 2014-07-20 21:41:41 +02:00
XmlJsTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
XmlSelectTest.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
XmlTest.php Use XmlSelect to simplify Xml::monthSelector 2015-06-06 20:26:57 -04:00