wiki.techinc.nl/tests/phpunit/includes
Brad Jorsch 46322fff07 ApiResult: Fix size checking
Two bugs here:
* Setting NO_SIZE_CHECK also bypassed validation
* ApiResult::valueSize() didn't handle ApiSerializable, which is fixed
  by defining that the value needs to be passed through
  ApiResult::validateValue() first.

Bug: T111796
Change-Id: I7c00d8ee53364a26f8f63f82a4d83b92baf5383e
2015-09-08 11:40:23 -04:00
..
actions UI for adding and removing change tags on revisions and log entries 2015-04-15 18:31:12 +00:00
api ApiResult: Fix size checking 2015-09-08 11:40:23 -04:00
cache Add tests for 47e0f0c3 (MessageCache::normalizeKey()) 2015-07-19 03:12:33 -06:00
changes Revert "Enable users to watch category membership changes" 2015-08-20 10:35:56 -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 Implement redirects in CssContent 2015-07-28 17:53:47 +00:00
context
db Test index duplication in DatabaseSqlite 2015-08-06 15:58:41 +00:00
debug Enhance debug log output for stacktraces 2015-09-08 07:03:52 +00:00
deferred Revert "Enable users to watch category membership changes" 2015-08-20 10:35:56 -07: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
filebackend Cleaned up and split up Swift header parsing methods a bit 2015-08-05 01:12:50 -07:00
filerepo Fix spaces in MigrateFileRepoLayoutTest::tearDown 2015-08-27 21:03:32 +02:00
GlobalFunctions Do not encode "'" as %27 (redirect loop in Opera 12) 2015-09-05 21:17:33 +01:00
htmlform Explicitly declare property visibility, remove use of var 2015-06-21 00:07:13 +03:00
installer
jobqueue
json Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
libs IEUrlExtension: Add tests for the main use case the lib exists for 2015-08-28 13:30:31 +02:00
logging Migrate move protect log to new log system 2015-08-18 22:20:35 +00:00
mail
media Basic support for WebP 2015-06-26 19:38:38 +00:00
objectcache Added reentrant lock support to BagOStuff 2015-08-25 01:17:45 +00:00
page
parser Use double-underscore instead of non-ASCII character for class name separator 2015-09-07 15:45:26 +10:00
password Password validity by policy per group 2015-06-10 10:34:17 -07:00
poolcounter
registration registration: Allow custom prefixes for configuration settings 2015-09-03 12:44:46 +00:00
resourceloader resourceloader: Fully remove ResourceLoaderLESSFunctions 2015-09-04 01:41:40 +00:00
search
site Enforce an alphabetic default order for SiteList entries 2015-08-06 16:24:33 +02: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 Merge "Auto-forward to search suggestion when zero results" 2015-07-27 21:05:07 +00:00
title Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
upload In phpunit don't try to write to the source directory 2015-09-02 19:09:40 +00:00
utils Import BatchRowUpdate classes from Echo 2015-08-13 21:28:13 -04:00
BlockTest.php Make constructor of Block accept array of options 2015-06-19 14:20:01 -04:00
CollationTest.php
DiffHistoryBlobTest.php
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
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
FormOptionsTest.php
GitInfoTest.php
HooksTest.php
HtmlFormatterTest.php
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
ImportLinkCacheIntegrationTest.php Follow-up a43af3bc: Add Import integration test 2015-05-25 10:07:06 +02:00
ImportTest.php
LicensesTest.php
LinkerTest.php Do not encode "'" as %27 (redirect loop in Opera 12) 2015-09-05 21:17:33 +01: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 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
MWTimestampTest.php
OutputPageTest.php resourceloader: Don't add "&*" query parameter to load.php urls 2015-09-01 02:16:46 +00:00
PathRouterTest.php
PreferencesTest.php
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
RevisionStorageTestContentHandlerUseDB.php
RevisionTest.php
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
StatusTest.php Fix whitespace issues around parentheses 2015-06-16 22:14:02 +03:00
TemplateCategoriesTest.php
TemplateParserTest.php Support mustache partials in server-side templates 2015-07-06 20:13:45 -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
TimeAdjustTest.php
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
UserTest.php Configure logged in session length independently 2015-06-23 19:31:20 -04:00
WebRequestTest.php
XmlJsTest.php Move several unit tests to directly subclass PHPUnit_Framework_TestCase 2015-06-09 10:03:23 -07:00
XmlSelectTest.php
XmlTest.php Use XmlSelect to simplify Xml::monthSelector 2015-06-06 20:26:57 -04:00