aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/HtmlTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-942/+0
* tests: Change some setMwGlobals to overrideConfigValueUmherirrender2023-07-171-1/+1
* Html: Move encodeJsVar() + encodeJsCall() from XmlLucas Werkmeister2023-07-141-0/+44
* Html: Support more attr types in getTextInputAttributes()Lucas Werkmeister2023-07-111-16/+57
* Always return the class as string from Html::getTextInputAttributesMatěj Suchánek2023-07-111-4/+5
* Html: Fixes Error: [] operator not supported for stringsJon Robson2023-07-101-1/+17
* Use Codex markup on message box componentJon Robson2023-06-161-6/+24
* OutputPage,Html,Xml: Widen `@covers` annotations in unit testsTimo Tijhof2023-06-021-54/+3
* phpunit: Update `@covers` annotations for namespaced classesFunc2023-05-271-28/+28
* HTML: Remove self-closing XHTML syntax from coreVolker E2023-05-031-21/+21
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* tests: Replace assertEmpty with assertSameUmherirrender2022-11-251-1/+1
* Enable pig-latin variant for testingdaniel2022-11-081-0/+1
* tests: Use `overrideConfigValue(s)` where necessaryDerick Alangi2022-07-161-3/+3
* Drop messagebox, warningbox, errorbox classesJon Robson2022-04-111-6/+6
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-17/+4
* tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+4
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-2/+2
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+1
* Untie Wikimedia message boxes from on-wiki messageboxesJdlrobson2022-01-271-6/+6
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Revert "message boxes: Use CSS classes adhering to class naming scheme"VolkerE2021-01-251-6/+6
* message boxes: Use CSS classes adhering to class naming schemeVolker E2021-01-141-6/+6
* Use expectWarning/Deprecation/Notice/Error() in phpunit testsUmherirrender2021-01-041-3/+2
* Cleanup some tests to reduce code duplicationsDannyS7122020-12-211-162/+114
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Simplify overly complex data providers in HtmlTestThiemo Kreuz2020-05-291-15/+3
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-4/+4
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-1/+1
* Add public as visibility in tests folderUmherirrender2019-10-101-1/+1
* Update tests to use PHPUnit 6 class namesMax Semenik2019-10-061-2/+4
* Replace infobox usages and extend successbox, warningbox and errorboxVolker E2019-09-241-3/+3
* tests: Prefer PHPUnit's assertSame() when comparing empty stringsThiemo Kreuz2019-09-201-2/+2
* Don't process "all" option in Html::namespaceSelectorOptionsMatěj Suchánek2019-07-041-0/+20
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* Remove comments literally documenting unit tests being unit testsThiemo Kreuz2019-02-191-1/+0
* Add warning if you give Html::openElement a name with a spaceBrian Wolff2018-12-201-0/+9
* Merge "Render namespace lists in the user's language"jenkins-bot2018-11-071-0/+27
|\
| * Render namespace lists in the user's languageErik Bernhardson2018-10-121-0/+27
* | Merge "HtmlTest: Perform multilingual tests"jenkins-bot2018-10-121-9/+34
|\|
| * HtmlTest: Perform multilingual testsErik Bernhardson2018-10-121-9/+34
* | Fix TitlePermissionTest failures due to test leakageAaron Schulz2018-10-101-0/+3
|/
* Html: Reject </script> from inlineScript() and leave rest unescapedTimo Tijhof2018-08-301-10/+33
* Support a heading of '0' in Html::messageBox()Kunal Mehta2018-08-191-0/+4
* Html: Add test coverage for inlineScript()Timo Tijhof2018-08-091-0/+39
* Use \u{00A0} instead of &#160; or &nbsp;Fomafix2018-06-241-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Remove very, very old disabled test cases and todosThiemo Mättig2017-12-281-1/+0