summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers
AgeCommit message (Collapse)AuthorFilesLines
2026-04-27Update PHPunit tests, to distinguish stubs from mocksGreg Roach13-13/+17
2026-02-09Update copyright year. It is 2026Greg Roach333-333/+333
2025-12-28Fix: createStub is a static method, assertSame/assertCount are dynamic methodsGreg Roach44-159/+159
2025-12-24CodeStyleGreg Roach1-1/+1
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach44-159/+159
2025-10-18Move pending changes logic to serviceGreg Roach1-0/+12
2025-08-12Fix: #5199 - new username/email differs by caseGreg Roach1-1/+1
2025-06-24Create new service for handling maintenance modeGreg Roach1-2/+14
2025-02-20Code StyleGreg Roach7-7/+0
2025-02-19PHPdoc and PHPstan issuesGreg Roach6-13/+10
2025-02-09Fix PHPunit annotationsGreg Roach3-3/+3
2025-01-16It's 2025. Update copyright date.Greg Roach333-333/+333
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach6-19/+35
2025-01-06Working on phpstan issues in test scriptsGreg Roach7-10/+12
2024-12-17Remove oscarotero/middleland - it triggers deprecations on PHP 8.4Greg Roach1-0/+32
2024-10-08CodeStyleGreg Roach1-2/+2
2024-09-12fix issue #5019: forward from old branch list urlGreg Roach1-1/+5
2024-06-10Fix: #4989 - mismatch between individual and family listsGreg Roach36-638/+459
2024-05-09Clean up testsGreg Roach264-264/+264
2024-04-09Drop the webtrees 1.x custom-thumbnail importerGreg Roach3-130/+0
2024-03-31PHP 8.4 compatibilityGreg Roach1-1/+0
2024-03-31CodeStyle - whitespaceGreg Roach293-293/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach36-313/+313
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach335-1860/+1229
2024-01-13Fix failing testsGreg Roach1-6/+10
2023-12-30Fix: typo in @covers annotationGreg Roach264-264/+264
2023-11-02Fix: #4873 - Add Link/rel=canonical to genealogy pages and redirectsGreg Roach29-82/+82
2023-10-04Fix broken testsGreg Roach71-512/+72
2023-03-12Fix testsGreg Roach6-96/+0
2023-02-05Update tests to work with phpunit 10Greg Roach1-5/+3
2023-01-25It's 2023Greg Roach336-336/+336
2023-01-25It's 2023Greg Roach336-336/+336
2022-12-26Show timestamp of last check for update, and allow check at any timeGreg Roach1-0/+35
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach264-0/+9240
2022-11-30phpunit assertions are staticGreg Roach2-2/+2
2022-11-23Wrong parameter nameGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach5-11/+14
2022-10-31Re-order import statementsGreg Roach5-5/+5
2022-09-19CodeStyleGreg Roach1-1/+0
2022-09-19Fix testsGreg Roach1-2/+4
2022-09-06PHPdocGreg Roach1-0/+3
2022-04-20Add support for GEDZIP exports. Fixes: #4288Greg Roach1-11/+12
2022-04-13Use Validator and ResponseFactory in Redirect request handlersGreg Roach2-2/+2
2022-04-12Remove unused importsGreg Roach1-1/+0
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach4-6/+8
2022-04-05Add tests and validation to site-logs request-handlersGreg Roach4-0/+220
2022-03-16It is 2022 - update copyright datesGreg Roach67-67/+67
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-6/+10
2022-03-01TestingGreg Roach1-0/+69
2022-03-01ValidationGreg Roach1-1/+4