summaryrefslogtreecommitdiff
path: root/tests/app/ValidatorTest.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-28Fix: createStub is a static method, assertSame/assertCount are dynamic methodsGreg Roach1-28/+28
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach1-28/+28
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-05-09Clean up testsGreg Roach1-8/+8
2024-03-31CodeStyle - whitespaceGreg Roach1-3/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-28/+28
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-99/+3
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-05CodeStyleGreg Roach1-1/+0
2022-12-05Do not validate HTTP server parameters - some webhosts add headers that are n...Greg Roach1-73/+366
2022-05-18Fix: #4408 - allow negative integers when validating parametersGreg Roach1-2/+11
2022-04-12Remove unused importsGreg Roach1-1/+0
2022-04-01Simplify call to isLocalUrl()Greg Roach1-40/+31
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23CodeStyleGreg Roach1-1/+0
2022-02-23Working on validationGreg Roach1-58/+59
2022-02-23Update and use Validation classGreg Roach1-37/+37
2021-10-14Simplify type-checks in validatorGreg Roach1-22/+11
2021-10-12Fix validator signature for array method + unit tests (#4064)Jonathan Jaubart1-0/+210