aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/JavaScriptContentTest.php
Commit message (Expand)AuthorAgeFilesLines
* build: Update mediawiki/mediawiki-codesniffer to 44.0.0James D. Forrester2024-08-111-1/+1
* content: Widen `@covers` tags in phpunit testsTimo Tijhof2024-07-211-56/+4
* content: Improve roundtrip tests for JavaScriptContentTimo Tijhof2024-07-051-57/+17
* Add namespace and deprecation alias to CssContentEbrahim Byagowi2024-05-181-0/+1
* Add namespace and deprecation alias to JavaScriptContentEbrahim Byagowi2024-05-171-6/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-6/+6
* content: Stop encoding `&` in JavaScript redirect contentKunal Mehta2023-11-011-8/+18
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2023-06-191-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "Add *ContentHandlerIntegrationTest"jenkins-bot2022-07-281-24/+0
|\
| * Add *ContentHandlerIntegrationTestC. Scott Ananian2022-07-211-24/+0
* | tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-10/+12
|/
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-2/+0
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+1
* Hard-deprecate Content::preloadTransform.Roman Stolar2021-08-231-13/+0
* Let Html::element do the HTML encodingFomafix2019-11-191-1/+1
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-1/+1
* Recognize CSS/JS redirects with non-ASCII targetsKunal Mehta2018-10-311-0/+5
* Convert remaining MagicWord:: calls to MagicWordFactoryAryeh Gregor2018-08-011-1/+3
* Drop 'comma' value for wgArticleCountMethodJames D. Forrester2018-03-011-15/+0
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-5/+4
* Add @covers tags to ContentHandler testsKunal Mehta2017-12-271-0/+1
* Remove Title::newFromRedirectRecurse()Florian2016-04-031-10/+0
* Remove Title::newFromRedirectArrayFlorian2016-04-021-10/+0
* Swap the rest of array() -> []Reedy2016-03-301-9/+24
* Convert all array() syntax to []Kunal Mehta2016-02-171-99/+99
* JavaScriptContentTest: $wgScript != $wgScriptPathsaper2015-10-261-2/+6
* Add @codingStandardsIgnoreStart to 5 files under tests/phpunit/includesAmir E. Aharoni2015-10-031-2/+6
* Add @codingStandardsIgnoreStart to pass phpcs in 2 files in tests/phpunit/inc...Amir E. Aharoni2015-10-011-0/+3
* Re-enable MediaWiki.WhiteSpace.SpaceyParenthesis.SingleSpaceBeforeCloseParent...Reedy2015-09-261-1/+1
* Support redirects in JavaScriptContentKunal Mehta2015-07-201-5/+48
* Pass phpcs-strict on some test files (6/11)Siebrand Mazeland2014-04-241-2/+8
* Add @covers tags for /content filesaddshore2013-10-181-0/+15
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-2/+2
* Update code formattingSiebrand Mazeland2013-04-261-1/+0
* Update formattingSiebrand Mazeland2013-02-141-74/+74
* Rename JavascriptContentTest to JavaScriptContentTestPlatonides2012-12-061-0/+273