aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-304/+0
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-0/+304
* ResourceLoader namespaceTim Starling2022-05-161-304/+0
* Merge "resourceloader: Preserve new 'debug' param in getScriptURLsForDebug()"jenkins-bot2021-09-281-0/+45
|\
| * resourceloader: Preserve new 'debug' param in getScriptURLsForDebug()Timo Tijhof2021-09-251-0/+45
* | resourceloader: Add test for getVersionHash() in debug modeTimo Tijhof2021-09-251-0/+9
|/
* resourceloader: Skip version hash calculation in debug modeTimo Tijhof2021-09-151-3/+3
* resourceloader: Make getVersionHash() finalTimo Tijhof2021-09-151-0/+12
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-3/+3
* resourceloader: Add missing Module->setConfig() calls in tests and installerTimo Tijhof2021-06-131-0/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-3/+3
* resourceloader: Mention ECMAScript version in JS parse errorGergő Tisza2020-06-011-2/+2
* Backwards-compatible PHPUnit 8 preparationsMax Semenik2019-11-021-1/+1
* Replace setExpectedException with two argsDaimona Eaytoy2019-10-051-1/+2
* resourceloader: Remove use of object registering in test suitesTimo Tijhof2019-07-121-0/+1
* resourceloader: Switch Xml::encodeJsCall call in getDeprecationInformationTimo Tijhof2019-06-191-1/+1
* resourceloader: Remove selective build optimisation from getModuleContent()Timo Tijhof2018-08-301-2/+2
* resourceloader: Add test for getVersionHash parent-definition requirementTimo Tijhof2018-06-261-0/+13
* resourceloader: Remove support for Module::getModifiedTime() and getModifiedH...Timo Tijhof2018-06-051-2/+0
* resourceloader: Add @covers for covered deprecated methodsTimo Tijhof2018-04-171-0/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-2/+2
* resourceloader: Add support for modules sending preload headersTimo Tijhof2017-08-031-0/+39
* resourceloader: Use "\n" instead of ";" as separator for scriptsTimo Tijhof2017-06-281-5/+9
* resourceloader: Add basic tests for getScript() and buildContent()Timo Tijhof2017-06-261-0/+46
* ResourceLoaderModuleTest: Exchange expected and actual parameterFomafix2017-03-311-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* resourceloader: Re-enable getVersionHash testTimo Tijhof2015-12-091-1/+0
* Fix phpunit for wikis with $wgResourceLoaderValidateJS = falseumherirrender2015-12-071-0/+2
* resourceloader: Disable flaky test ResourceLoaderModule::getVersionHashTimo Tijhof2015-10-201-0/+1
* resourceloader: Store relative instead of absolute paths in module_depsTimo Tijhof2015-09-301-0/+37
* Wrap some long strings in tests/Reedy2015-09-261-1/+4
* resourceloader: Make tests less susceptible to timestamp racesTimo Tijhof2015-07-101-20/+13
* resourceloader: Add unit test for validateScriptFile()Timo Tijhof2015-06-021-0/+25
* Don't create Language objects during ResourceLoader testsKunal Mehta2014-12-181-1/+1
* Move tests into separate ResourceLoaderFileModuleTestKunal Mehta2014-10-221-59/+0
* Fixed spacingumherirrender2014-08-271-1/+1
* Fix phpcs errors in tests diraddshore2014-08-171-1/+6
* Register a fake skin instead of a 'vector' that will failKunal Mehta2014-08-151-2/+2
* SkinFactory: register skins in Setup.phpKunal Mehta2014-08-131-3/+3
* ResourceLoaderModuleTest: Ensure 'vector' is a valid skinBartosz Dziewoński2014-07-231-0/+8
* Make ResourceLoaderFileModule#getAllStyleFiles include all skin stylesSam Smith2014-06-171-0/+46
* tests: Add ResourceLoaderTestCase and abstract context creationTimo Tijhof2014-03-071-0/+73