summaryrefslogtreecommitdiff
path: root/tests/app/Http/Middleware/CheckCsrfTest.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
2025-01-06Working on phpstan issues in test scriptsGreg Roach1-1/+4
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-3/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-2/+2
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-09-03Fix: #4026 - Unit test failureGreg Roach1-1/+1
2021-06-02Prefer https for links to documentationGreg Roach1-2/+2
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-4/+2
2021-05-03Move PSR17 factories to the registryGreg Roach1-2/+4
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-30TestingGreg Roach1-4/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-10-11Working on routingGreg Roach1-1/+3
2019-10-09Working on routingGreg Roach1-2/+4
2019-10-05Working on routingGreg Roach1-1/+1
2019-10-02Add authentication middleware and testsGreg Roach1-0/+50