summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers/SiteLogsDeleteTest.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-2/+2
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach1-2/+2
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-06Working on phpstan issues in test scriptsGreg Roach1-1/+1
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-2/+2
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-3/+2
2023-10-04Fix broken testsGreg Roach1-3/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30phpunit assertions are staticGreg Roach1-1/+1
2022-04-05Add tests and validation to site-logs request-handlersGreg Roach1-0/+50