aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/JavaScriptContentHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* build: Update mediawiki/mediawiki-codesniffer to 44.0.0James D. Forrester2024-08-111-1/+1
* content: Improve roundtrip tests for JavaScriptContentTimo Tijhof2024-07-051-10/+11
* Add namespace and deprecation alias to JavaScriptContentHandlerEbrahim Byagowi2024-05-171-1/+2
* Add namespace and deprecation alias to JavaScriptContentEbrahim Byagowi2024-05-171-0/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* content: Stop encoding `&` in JavaScript redirect contentKunal Mehta2023-11-011-4/+8
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-3/+5
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-1/+0
* Recognize CSS/JS redirects with non-ASCII targetsKunal Mehta2018-10-311-0/+4
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+2
* Swap the rest of array() -> []Reedy2016-03-301-5/+14
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Fix some language depending phpunit tests by using MediaWikiLangTestCaseumherirrender2015-12-071-1/+1
* Add @codingStandardsIgnoreStart to 5 files under tests/phpunit/includesAmir E. Aharoni2015-10-031-0/+2
* Support redirects in JavaScriptContentKunal Mehta2015-07-201-0/+30