wiki.techinc.nl/tests/phpunit/data
Kunal Mehta d6390ba1ee registration: Implement lazy-loaded attributes
These attributes are only accessed at a time when performance isn't
critical (e.g. tests), so we can skip caching them and read each
extension.json file again when we do need them.

At the same time, we want to reduce the size of the array that we're
caching due to PHP 7 performance regressions with APC (T187154).

'QUnitModules' is the first attribute to be converted into a lazy-loaded
attribute.

Bug: T220994
Change-Id: I224cdace05dbac00ff947c41daecb74b07c967bb
2019-12-15 19:04:50 +00:00
..
autoloader Improve AutoLoader test coverage 2018-05-26 21:29:36 -07:00
categoriesrdf Fix categories detele SPARQL clause 2019-08-27 16:19:31 -07:00
composer ComposerInstalledTest: remove mentions of phpunit-mock-objects 2019-11-21 12:59:45 -08:00
css resourceloader: Strip leading BOM when concatenating files 2016-05-31 19:47:19 +01:00
cssmin CSSMin: Remove XML declaration from SVGs 2018-01-11 19:28:15 -08:00
db Remove traling double newlines from text files 2019-10-23 21:17:43 +02:00
filecontentshasher Add unit tests for FileContentsHasher 2015-09-24 13:39:09 +01:00
filerepo Copy various random files used by tests to tests/phpunit/data 2014-06-03 22:52:51 +02:00
gitinfo GitInfo: Allow cache to be in the extension directory itself 2016-01-06 14:41:36 -08:00
import Remove traling double newlines from text files 2019-10-23 21:17:43 +02:00
less resourceloader: Add test case for ResourceLoader::getLessCompiler 2018-05-19 23:06:54 +00:00
localisationcache Don't fallback from uk to ru 2016-11-23 19:24:54 +02:00
media Fix XMP parser errors due to trailing nullchar 2019-09-11 22:34:33 +00:00
MSCompoundFileReader Better detection for old MS Office files 2019-01-23 09:23:17 +11:00
parser ParserTests: Add a video file to parser test suite 2016-01-07 13:24:43 -08:00
registration registration: Implement lazy-loaded attributes 2019-12-15 19:04:50 +00:00
resourceloader resourceloader: Add tests for module-level 'noflip' option 2019-12-03 15:58:36 +00:00
rlfilepath Allow skins/extensions to define custom OOUI themes 2019-07-10 22:08:14 +02:00
templates TemplateParser: Pass FLAG_MUSTACHELOOKUP to enable parent context access 2018-09-04 12:39:34 -07:00
upload Relax HTML sniffing checks on image upload 2019-06-07 14:21:00 -07:00
zip