aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/htmlform/HTMLFormFieldTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Namespace and consolidate existing HTMLForm testsJames D. Forrester2024-03-081-569/+0
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-8/+8
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-0/+3
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* htmlform: Allow validation-callback to return Status instancesmainframe982023-07-091-1/+116
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-5/+5
* Allow setting "notices" for OOUI form fieldsMarius Hoch2023-05-301-0/+19
* 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 some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-1/+1
* HTMLFormField: Adjust isSubmitAttempt and add more commentsFunc2022-02-111-0/+1
* HTMLFormFieldTest: Add more tests about field clonerFunc2022-02-081-1/+71
* HTMLFormField: Make the behavior of cond-state consistent between client and ...Func2022-02-071-19/+115
* HTMLFormField: Bypass the inverting logic of HTMLCheckField for disable-if an...Func2022-02-011-1/+1
* HTMLFormFieldTest: Use mFieldData for check of valuesFunc2022-02-011-43/+43
* HTMLFormField: Split out the validation of cond-state paramsFunc2022-01-281-1/+1
* Add tests for HTMLFormField 'hide-if' / 'disable-if' functionalityBartosz DziewoƄski2022-01-281-0/+260