aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/libs/Message/ScalarParamTest.php
Commit message (Expand)AuthorAgeFilesLines
* Replace wfDeprecatedMsg with trigger_error in ScalarParam.phpDoğu Abaris2025-02-021-3/+26
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Message: Downgrade exception on bool/null param to warningBartosz Dziewoński2024-11-021-3/+2
* SECURITY: Message: Don’t call is_callable() on stringsLucas Werkmeister2024-10-241-0/+4
* Make Message and MessageValue compatibleBartosz Dziewoński2024-10-191-2/+2
* Message: Validate ScalarParam and ListParam typesBartosz Dziewoński2024-08-211-0/+6
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* Make MessageValue implement JsonDeserializableBartosz Dziewoński2024-06-121-9/+33
* tests: Move Wikimedia tests into Wikimedia\TestsReedy2024-02-171-2/+4
* Move libs/Message tests under unit testsDannyS7122021-03-011-0/+64