aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/htmlform/HTMLFormTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Namespace and consolidate existing HTMLForm testsJames D. Forrester2024-03-081-143/+0
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-1/+2
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-1/+0
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+2
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+2
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-1/+1
* HTMLForm: Add test for CSRF token checkGergő Tisza2022-02-131-0/+51
* Rename HTMLForm::[get|set|add]*Text() methodsGergő Tisza2022-01-021-0/+7
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* HTMLForm: Allow status object to have raw parametersFlorian2020-02-091-1/+16
* Stop using assertContains with string haystackDaimona Eaytoy2019-12-151-4/+4
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-3/+1
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+63
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-63/+0
* thiemowmde's legal name changedThiemo Kreuz (WMDE)2018-07-241-1/+0
* Add a method to HTMLForm that allows the preText to be accessed externally.David Barratt2018-07-091-0/+7
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 17.0.0Umherirrender2018-03-291-1/+1
* Simplify autocomplete attribute in HTMLFormFomafix2017-12-281-4/+38
* Add @covers tags to HTMLForm testKunal Mehta2017-12-271-1/+3
* Enforce calling HTMLForm::prepareForm before displayFormGergő Tisza2016-04-271-0/+21