index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
includes
/
XmlTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Move test cases from /includes/ into sub folder
Umherirrender
2023-09-13
1
-469
/
+0
*
[tests] Add a regression test for Xml::input
Martin Urbanec
2023-07-11
1
-0
/
+15
*
OutputPage,Html,Xml: Widen `@covers` annotations in unit tests
Timo Tijhof
2023-06-02
1
-52
/
+2
*
HTML: Remove self-closing XHTML syntax from core
Volker E
2023-05-03
1
-3
/
+3
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-3
/
+3
*
tests: don't assume wgLanguageCode is 'en'
C. Scott Ananian
2022-07-21
1
-3
/
+17
*
tests: Set wgLang with MediaWikiIntegrationTestCase::setUserLang
Umherirrender
2022-07-13
1
-1
/
+1
*
tests: Use `overrideConfig(Value|Values)` where needed
Derick Alangi
2022-07-12
1
-4
/
+4
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-3
/
+1
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Move Xml::expandAttributes tests to unit tests
DannyS712
2021-03-07
1
-20
/
+0
*
Don't accept empty option group names for dropdown elements
Thiemo Kreuz
2021-02-19
1
-1
/
+2
*
Convert or split some tests to MediaWikiUnitTestCase
DannyS712
2021-01-07
1
-52
/
+2
*
Cleanup some tests to reduce code duplications
DannyS712
2020-12-21
1
-172
/
+69
*
Drop down lists: Do not use the value for 'other' as option group
Umherirrender
2020-09-16
1
-0
/
+21
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.PHPUnit*
James D. Forrester
2020-01-10
1
-2
/
+2
*
More backwards compatible changes for PHPUnit
Max Semenik
2019-11-12
1
-2
/
+3
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
Remove Language::factory and getParentLanguage use
Aryeh Gregor
2019-10-27
1
-6
/
+3
*
Replace setExpectedException with single arg
Daimona Eaytoy
2019-10-05
1
-1
/
+1
*
tests: Prefer PHPUnit's assertSame() when comparing empty strings
Thiemo Kreuz
2019-09-20
1
-1
/
+1
*
ResourceLoader: Add support for packageFiles
Roan Kattouw
2019-02-05
1
-0
/
+28
*
Xml.php: Do not escape double quotes in $contents of Xml::element()
Fomafix
2018-05-23
1
-2
/
+2
*
Use ::class to resolve class names in tests
Umherirrender
2018-01-26
1
-1
/
+1
*
Fix @covers in XmlTest
Kunal Mehta
2017-12-24
1
-2
/
+2
*
Add tests for several methods of Xml
Amir Sarabadani
2017-12-25
1
-0
/
+81
*
Merge "Improve namespace handling in tests"
jenkins-bot
2017-09-29
1
-0
/
+5
|
\
|
*
Improve namespace handling in tests
Brad Jorsch
2017-09-29
1
-0
/
+5
*
|
Revert "Xml: Fix Xml::fieldset() when $content is not given"
Bartosz Dziewoński
2017-09-17
1
-0
/
+51
*
|
Reduce code duplication for parsing messages into dropdown menus
Bartosz Dziewoński
2017-09-12
1
-6
/
+57
|
/
*
Xml: Add test for listDropDown and remove unused getArrayFromWikiTextList
Timo Tijhof
2017-03-20
1
-0
/
+29
*
tests: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-1
/
+1
*
Removed Xml::escapeJsString()
Reedy
2016-12-02
1
-11
/
+0
*
Remove support for $wgWellFormedXml=false
Brian Wolff
2016-05-12
1
-1
/
+0
*
wgUseMediaWikiUIEverywhere false in Html/XmlTest
addshore
2016-03-24
1
-0
/
+1
*
OutputPage: Minor clean up of <head> and HTML
Timo Tijhof
2016-03-24
1
-3
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-16
/
+16
*
Use XmlSelect to simplify Xml::monthSelector
Geoffrey Mon
2015-06-06
1
-3
/
+3
*
Html: Make addition of 'mw-ui-input' conditional on $wgUseMediaWikiUIEverywhere
Bartosz Dziewoński
2015-03-13
1
-6
/
+6
*
Add blanket support for mediawiki ui via globals
jdlrobson
2014-08-15
1
-6
/
+6
*
Pass phpcs-strict on some test files (8/11)
Siebrand Mazeland
2014-04-24
1
-1
/
+2
*
Pass phpcs-strict on some test files (5/x)
Siebrand Mazeland
2014-04-24
1
-3
/
+14
*
Remove unused stuff from tests
addshore
2014-03-07
1
-4
/
+1
*
Fix scope on all /phpunit test methods
addshore
2013-10-24
1
-21
/
+21
*
Add more @covers tags and test cleanup
addshore
2013-10-22
1
-0
/
+3
*
Add @covers tags for more tests
addshore
2013-10-21
1
-11
/
+75
*
Drop support for XHTML 1.0
Daniel Friesen
2013-05-15
1
-1
/
+0
*
Update formatting
Siebrand Mazeland
2013-02-14
1
-65
/
+71
*
Set wgHtml5/wgWellFormedXml for XmlTests
umherirrender
2012-12-09
1
-0
/
+2
[next]