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
/
HtmlTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Move test cases from /includes/ into sub folder
Umherirrender
2023-09-13
1
-942
/
+0
*
tests: Change some setMwGlobals to overrideConfigValue
Umherirrender
2023-07-17
1
-1
/
+1
*
Html: Move encodeJsVar() + encodeJsCall() from Xml
Lucas Werkmeister
2023-07-14
1
-0
/
+44
*
Html: Support more attr types in getTextInputAttributes()
Lucas Werkmeister
2023-07-11
1
-16
/
+57
*
Always return the class as string from Html::getTextInputAttributes
Matěj Suchánek
2023-07-11
1
-4
/
+5
*
Html: Fixes Error: [] operator not supported for strings
Jon Robson
2023-07-10
1
-1
/
+17
*
Use Codex markup on message box component
Jon Robson
2023-06-16
1
-6
/
+24
*
OutputPage,Html,Xml: Widen `@covers` annotations in unit tests
Timo Tijhof
2023-06-02
1
-54
/
+3
*
phpunit: Update `@covers` annotations for namespaced classes
Func
2023-05-27
1
-28
/
+28
*
HTML: Remove self-closing XHTML syntax from core
Volker E
2023-05-03
1
-21
/
+21
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-3
/
+3
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
tests: Replace assertEmpty with assertSame
Umherirrender
2022-11-25
1
-1
/
+1
*
Enable pig-latin variant for testing
daniel
2022-11-08
1
-0
/
+1
*
tests: Use `overrideConfigValue(s)` where necessary
Derick Alangi
2022-07-16
1
-3
/
+3
*
Drop messagebox, warningbox, errorbox classes
Jon Robson
2022-04-11
1
-6
/
+6
*
tests: Change use of AtEase to at operator
Timo Tijhof
2022-02-24
1
-17
/
+4
*
tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+4
*
Clean up tests that misused the parameters of assertSame/Equals
Func
2022-02-08
1
-2
/
+2
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-3
/
+1
*
Untie Wikimedia message boxes from on-wiki messageboxes
Jdlrobson
2022-01-27
1
-6
/
+6
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-2
/
+2
*
Revert "message boxes: Use CSS classes adhering to class naming scheme"
VolkerE
2021-01-25
1
-6
/
+6
*
message boxes: Use CSS classes adhering to class naming scheme
Volker E
2021-01-14
1
-6
/
+6
*
Use expectWarning/Deprecation/Notice/Error() in phpunit tests
Umherirrender
2021-01-04
1
-3
/
+2
*
Cleanup some tests to reduce code duplications
DannyS712
2020-12-21
1
-162
/
+114
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-1
/
+1
*
Simplify overly complex data providers in HtmlTest
Thiemo Kreuz
2020-05-29
1
-15
/
+3
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-2
/
+2
*
Remove Language::factory and getParentLanguage use
Aryeh Gregor
2019-10-27
1
-4
/
+4
*
phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...
James D. Forrester
2019-10-14
1
-1
/
+1
*
Add public as visibility in tests folder
Umherirrender
2019-10-10
1
-1
/
+1
*
Update tests to use PHPUnit 6 class names
Max Semenik
2019-10-06
1
-2
/
+4
*
Replace infobox usages and extend successbox, warningbox and errorbox
Volker E
2019-09-24
1
-3
/
+3
*
tests: Prefer PHPUnit's assertSame() when comparing empty strings
Thiemo Kreuz
2019-09-20
1
-2
/
+2
*
Don't process "all" option in Html::namespaceSelectorOptions
Matěj Suchánek
2019-07-04
1
-0
/
+20
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-1
/
+1
*
Remove comments literally documenting unit tests being unit tests
Thiemo Kreuz
2019-02-19
1
-1
/
+0
*
Add warning if you give Html::openElement a name with a space
Brian Wolff
2018-12-20
1
-0
/
+9
*
Merge "Render namespace lists in the user's language"
jenkins-bot
2018-11-07
1
-0
/
+27
|
\
|
*
Render namespace lists in the user's language
Erik Bernhardson
2018-10-12
1
-0
/
+27
*
|
Merge "HtmlTest: Perform multilingual tests"
jenkins-bot
2018-10-12
1
-9
/
+34
|
\
|
|
*
HtmlTest: Perform multilingual tests
Erik Bernhardson
2018-10-12
1
-9
/
+34
*
|
Fix TitlePermissionTest failures due to test leakage
Aaron Schulz
2018-10-10
1
-0
/
+3
|
/
*
Html: Reject </script> from inlineScript() and leave rest unescaped
Timo Tijhof
2018-08-30
1
-10
/
+33
*
Support a heading of '0' in Html::messageBox()
Kunal Mehta
2018-08-19
1
-0
/
+4
*
Html: Add test coverage for inlineScript()
Timo Tijhof
2018-08-09
1
-0
/
+39
*
Use \u{00A0} instead of   or
Fomafix
2018-06-24
1
-2
/
+2
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Remove very, very old disabled test cases and todos
Thiemo Mättig
2017-12-28
1
-1
/
+0
[next]