aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/lib/classes/RequestParametersTest.php
AgeCommit message (Collapse)Author
2023-02-27return null/default when an empty string is found for Request::int() and ↵biest-1054Jan-Hendrik Willms
Request::float(), fixes #1054
2023-02-20ensure all set parameters are correctly transfered to trails by replacing ↵Jan-Hendrik Willms
use PATH_INFO with correct destructuring of REQUEST_URI and provide according tests, fixes #2030 Closes #2030 Merge request studip/studip!1329