aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/Rest/CorsUtilsTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Add more use statements in namespaced classesReedy2024-02-181-1/+2
* Tests: Fix CorsUtils testAmmarpad2023-10-031-1/+1
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-1/+1
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* unit tests: Use MainConfigNames constant to refer configsUmherirrender2022-08-171-13/+14
* Fix incomplete test case in CorsUtilsTestThiemo Kreuz2022-08-061-16/+10
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-16/+16
* Make REST CORS allowed headers respect site configuration.Petr Pchelko2021-05-301-0/+23
* Use UserIdentityValue in tests where possibleThiemo Kreuz2021-04-221-16/+8
* tests: Remove @param docs from test code that just repeat the signatureThiemo Kreuz2021-01-211-6/+0
* Improve some function documentation in testsUmherirrender2021-01-141-1/+2
* Handle CORS preflight request and prevent anon users from unsafe methodsDavid Barratt2020-09-211-0/+320