summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers/UpgradeWizardStepTest.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-7/+7
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach1-7/+7
2025-10-18Move pending changes logic to serviceGreg Roach1-0/+12
2025-06-24Create new service for handling maintenance modeGreg Roach1-2/+14
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-5/+6
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-5/+3
2023-10-04Fix broken testsGreg Roach1-33/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-23Wrong parameter nameGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-1/+1
2022-04-20Add support for GEDZIP exports. Fixes: #4288Greg Roach1-11/+12
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-11/+12
2021-10-03Refactor HTTP exceptionsGreg Roach1-1/+1
2021-09-03Fix: #4026 - Unit test failureGreg Roach1-1/+1
2021-03-04Updates testsGreg Roach1-3/+3
2021-01-26Convert controller to request handlersGreg Roach1-0/+260