summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers/DeleteUserTest.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-1/+1
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-06-10Fix: #4989 - mismatch between individual and family listsGreg Roach1-4/+4
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-3/+2
2023-10-04Fix broken testsGreg Roach1-9/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-10-03Refactor HTTP exceptionsGreg Roach1-2/+2
2021-09-03Fix: #4026 - Unit test failureGreg Roach1-6/+6
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-15Move user constants to the user interface classGreg Roach1-1/+2
2020-12-30TestingGreg Roach1-10/+10
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-4/+4
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-1/+1
2019-10-17Fix: #2643 - DeleteUser parameter is now an attributeGreg Roach1-5/+7
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-4/+8
2019-10-09Working on routingGreg Roach1-4/+6
2019-10-05Working on routingGreg Roach1-13/+25
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-10/+4
2019-04-17CodeStyleGreg Roach1-1/+2
2019-04-11Apply fixes from StyleCI (#2376)Greg Roach1-1/+0
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach1-0/+76