summaryrefslogtreecommitdiff
path: root/tests/app/Services/TimeoutServiceTest.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-02-19PHPdoc and PHPstan issuesGreg Roach1-5/+5
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-51/+14
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-1/+1
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-23/+3
2023-10-04Fix broken testsGreg Roach1-16/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-06-02Use a factory to make the current timeGreg Roach1-35/+17
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-30TestingGreg Roach1-6/+6
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-17CodeStyleGreg Roach1-26/+11
2019-02-27Apply fixes from StyleCI (#2278)Greg Roach1-2/+6
2019-02-26Replace Mockery with PHPunit test doublesGreg Roach1-33/+30
2019-01-12Move search functions to new SearchServiceGreg Roach1-1/+21
2019-01-04TestsGreg Roach1-15/+15
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-30Fix: #2075 typoGreg Roach1-1/+3
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-28PHPdocGreg Roach1-0/+12
2018-09-12TestingGreg Roach1-0/+5
2018-09-12CodeStyleGreg Roach1-0/+162