aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/XmlSelectTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move trivially compatible tests to the unit tests suiteMáté Szabó2019-06-301-182/+0
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+182
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-182/+0
* Update weblinks in comments from HTTP to HTTPSFomafix2016-10-111-1/+1
* Remove support for $wgWellFormedXml=falseBrian Wolff2016-05-121-3/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Typo fixes and non-code tweaksRicordisamoa2014-12-121-1/+1
* Pass phpcs-strict on some test files (4/x)Siebrand Mazeland2014-04-241-4/+16
* Add more @covers tags and test cleanupaddshore2013-10-221-7/+31
* Drop support for XHTML 1.0Daniel Friesen2013-05-151-1/+0
* Update formattingSiebrand Mazeland2013-02-141-16/+21
* Set wgHtml5/wgWellFormedXml for XmlTestsumherirrender2012-12-091-0/+4
* tests: always call parent setUpAntoine Musso2012-10-231-0/+2
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-1/+1
* Followup r99305 - change tests to match behaviour. Would set globals but rest...Niklas Laxström2011-10-081-2/+2
* Fixed failing XML tests (on windows) due to newline vs carriage return discre...Aaron Schulz2011-07-121-6/+6
* Delay expansion of XmlSelect options until getting the HTML.Platonides2011-06-291-2/+0
* tests for XmlSelect::GetAttributes()Antoine Musso2011-05-121-0/+36
* Improve PHPUnit code coverageAntoine Musso2011-02-061-1/+66
* Tests for XmlSelect::addOption()Antoine Musso2011-02-051-0/+40