aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/XmlTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-469/+0
* [tests] Add a regression test for Xml::inputMartin Urbanec2023-07-111-0/+15
* OutputPage,Html,Xml: Widen `@covers` annotations in unit testsTimo Tijhof2023-06-021-52/+2
* HTML: Remove self-closing XHTML syntax from coreVolker E2023-05-031-3/+3
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* tests: don't assume wgLanguageCode is 'en'C. Scott Ananian2022-07-211-3/+17
* tests: Set wgLang with MediaWikiIntegrationTestCase::setUserLangUmherirrender2022-07-131-1/+1
* tests: Use `overrideConfig(Value|Values)` where neededDerick Alangi2022-07-121-4/+4
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Move Xml::expandAttributes tests to unit testsDannyS7122021-03-071-20/+0
* Don't accept empty option group names for dropdown elementsThiemo Kreuz2021-02-191-1/+2
* Convert or split some tests to MediaWikiUnitTestCaseDannyS7122021-01-071-52/+2
* Cleanup some tests to reduce code duplicationsDannyS7122020-12-211-172/+69
* Drop down lists: Do not use the value for 'other' as option groupUmherirrender2020-09-161-0/+21
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Coding style: Auto-fix MediaWiki.Usage.PHPUnit*James D. Forrester2020-01-101-2/+2
* More backwards compatible changes for PHPUnitMax Semenik2019-11-121-2/+3
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-6/+3
* Replace setExpectedException with single argDaimona Eaytoy2019-10-051-1/+1
* tests: Prefer PHPUnit's assertSame() when comparing empty stringsThiemo Kreuz2019-09-201-1/+1
* ResourceLoader: Add support for packageFilesRoan Kattouw2019-02-051-0/+28
* Xml.php: Do not escape double quotes in $contents of Xml::element()Fomafix2018-05-231-2/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Fix @covers in XmlTestKunal Mehta2017-12-241-2/+2
* Add tests for several methods of XmlAmir Sarabadani2017-12-251-0/+81
* Merge "Improve namespace handling in tests"jenkins-bot2017-09-291-0/+5
|\
| * Improve namespace handling in testsBrad Jorsch2017-09-291-0/+5
* | Revert "Xml: Fix Xml::fieldset() when $content is not given"Bartosz Dziewoński2017-09-171-0/+51
* | Reduce code duplication for parsing messages into dropdown menusBartosz Dziewoński2017-09-121-6/+57
|/
* Xml: Add test for listDropDown and remove unused getArrayFromWikiTextListTimo Tijhof2017-03-201-0/+29
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Removed Xml::escapeJsString()Reedy2016-12-021-11/+0
* Remove support for $wgWellFormedXml=falseBrian Wolff2016-05-121-1/+0
* wgUseMediaWikiUIEverywhere false in Html/XmlTestaddshore2016-03-241-0/+1
* OutputPage: Minor clean up of <head> and HTMLTimo Tijhof2016-03-241-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-16/+16
* Use XmlSelect to simplify Xml::monthSelectorGeoffrey Mon2015-06-061-3/+3
* Html: Make addition of 'mw-ui-input' conditional on $wgUseMediaWikiUIEverywhereBartosz Dziewoński2015-03-131-6/+6
* Add blanket support for mediawiki ui via globalsjdlrobson2014-08-151-6/+6
* Pass phpcs-strict on some test files (8/11)Siebrand Mazeland2014-04-241-1/+2
* Pass phpcs-strict on some test files (5/x)Siebrand Mazeland2014-04-241-3/+14
* Remove unused stuff from testsaddshore2014-03-071-4/+1
* Fix scope on all /phpunit test methodsaddshore2013-10-241-21/+21
* Add more @covers tags and test cleanupaddshore2013-10-221-0/+3
* Add @covers tags for more testsaddshore2013-10-211-11/+75
* Drop support for XHTML 1.0Daniel Friesen2013-05-151-1/+0
* Update formattingSiebrand Mazeland2013-02-141-65/+71
* Set wgHtml5/wgWellFormedXml for XmlTestsumherirrender2012-12-091-0/+2