wiki.techinc.nl/tests/phpunit/includes
umherirrender e386a46eb3 Fix some language depending phpunit tests by using MediaWikiLangTestCase
Some tests fails on wikis with $wgLanguageCode not = 'en', fix this by
setting the correct language context.

Change-Id: Ia72017df59d8beb5c508832584b2431ffab0f77f
2015-12-07 17:26:16 +01:00
..
actions Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
api Fix some language depending phpunit tests by using MediaWikiLangTestCase 2015-12-07 17:26:16 +01:00
cache User: Mostly remove password handling 2015-10-13 16:10:41 -06:00
changes Enable users to watch category membership changes #2 2015-10-20 14:23:48 -07: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 some language depending phpunit tests by using MediaWikiLangTestCase 2015-12-07 17:26:16 +01:00
context Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
db phpcs: Assignment expression not allowed 2015-11-18 19:39:19 +01:00
debug Use the frame 'type' in wfFormatStackFrame, like MWExceptionHandler::prettyPrintTrace 2015-10-14 16:40:02 +01:00
deferred Fix some language depending phpunit tests by using MediaWikiLangTestCase 2015-12-07 17:26:16 +01: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 Merge "tests: Clean up use of mt_rand()" 2015-12-06 22:32:43 +00:00
filerepo tests: Clean up use of mt_rand() 2015-12-03 13:45:55 +00:00
GlobalFunctions Add and use wikimedia/base-convert 1.0.1 2015-10-30 00:53:46 +00: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 Various JobQueue test tweaks 2015-11-09 21:24:34 -08:00
json Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
libs Fix get()/getMulti() check key race condition in WANObjectCache 2015-12-04 14:46:18 -08:00
logging Move details of import logs into log params 2015-11-11 18:34:18 +01:00
mail Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
media Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
objectcache Make makeKeyInternal() limit more conservative 2015-11-01 19:37:21 -08:00
page Remove WikiPage::doQuickEdit 2015-11-04 02:15:40 +00:00
parser tests: let us select/exclude ParserTests 2015-12-01 12:26:10 +00:00
password User: Mostly remove password handling 2015-10-13 16:10:41 -06:00
phpunit Include phpunit license for backported classes 2015-09-25 11:18:20 -07:00
poolcounter Break some long lines in maintenance, skins, tests 2014-07-24 19:03:17 +02:00
registration Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
resourceloader Add unit tests for MessageBlobStore 2015-11-21 00:09:47 +00:00
search Move Test files under same folder structure where class is (/includes/) 2014-12-16 21:56:44 +01:00
site Remove deprecated SiteObject and SiteArray classes 2015-11-04 13:43:32 +01: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 Enable users to watch category membership changes #2 2015-10-20 14:23:48 -07:00
title Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
upload Fix Generic.Files.LineLength phpcs check in files under phpunit/includes 2015-10-03 17:13:29 +00:00
user Add a central ID lookup service 2015-12-02 14:50:36 -07:00
utils Add UUIDv1 function to UIDGenerator 2015-12-05 20:14:11 +00:00
BlockTest.php Use User::getId instead of trying to fix the ID in BlockTest 2015-11-20 10:36:45 -08:00
CollationTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
DiffHistoryBlobTest.php phpunit: Omit long xdiff test provider from Jenkins output 2015-11-17 09:35:27 +00:00
EditPageTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
ExtraParserTest.php Abstract and refactor Tidy support 2015-09-10 20:18:52 -07:00
FallbackTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
FauxRequestTest.php FauxRequest: Avoid header leak 2015-09-16 16:52:58 +00:00
FauxResponseTest.php FauxResponse: Honor cookie options, and other cleanup 2015-09-29 22:45:56 +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 Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changes 2015-09-24 17:17:25 +02:00
HtmlTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
HttpTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
ImportLinkCacheIntegrationTest.php Follow-up a43af3bc: Add Import integration test 2015-05-25 10:07:06 +02:00
ImportTest.php Use ImportStringSource for simple import sources 2015-10-22 23:26:53 +02:00
LicensesTest.php @covers tags for unit tests 2013-10-24 18:22:57 +01:00
LinkerTest.php Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00:00
LinkFilterTest.php Remove empty line comments 2015-10-14 09:46:44 +02: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 Merge "Allow constructing a Message from a MessageSpecifier" 2015-07-20 23:05:26 +00: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 Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
MWTimestampTest.php Reject out-of-range output when converting to TS_MW 2014-12-19 17:06:38 -05:00
OutputPageTest.php Fix-up for I949fc289d: handle falsy cookie values correctly 2015-10-07 22:19:47 -07: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 Skip adding wikitext test pages in PrefixSearchTest if NS_MAIN is not wikitext 2015-08-14 11:32:08 +02:00
RevisionStorageTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
RevisionStorageTestContentHandlerUseDB.php Pass phpcs-strict on some test files (3/x) 2014-04-24 18:51:39 +02:00
RevisionTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
SampleTest.php Fix the last Generic.Files.LineLength phpcs failures 2015-10-03 18:08:49 +00:00
SanitizerTest.php Abstract and refactor Tidy support 2015-09-10 20:18:52 -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 issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
TemplateCategoriesTest.php Add a RefreshLinks job when a template is deleted 2013-11-06 12:56:53 -05:00
TemplateParserTest.php Support mustache partials in server-side templates 2015-07-06 20:13:45 -07:00
TestingAccessWrapper.php Fix TestingAccessWrapper private property access and parent classes 2015-09-09 11:44:03 -04:00
TestingAccessWrapperTest.php Fix TestingAccessWrapper private property access and parent classes 2015-09-09 11:44:03 -04:00
TestUser.php User: Mostly remove password handling 2015-10-13 16:10:41 -06:00
TimeAdjustTest.php Fixed spacing 2014-07-19 23:12:10 +02:00
TitleArrayFromResultTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
TitleMethodsTest.php Reset Title cache when importing titles. 2015-05-24 17:55:08 +02:00
TitlePermissionTest.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
TitleTest.php Make lines short to pass phpcs in 2 files under tests/phpunit/includes/ 2015-09-30 16:17:35 +00:00
WebRequestTest.php Fixed spacing 2014-07-20 21:41:41 +02:00
WikiMapTest.php Make WikiMap fall back to sites if a site couldn't be found using $wgConf 2015-10-07 14:59:31 +02:00
WikiReferenceTest.php Fix remaining Generic.Files.LineLength failures 2015-10-03 17:23:07 +00: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