summaryrefslogtreecommitdiff
path: root/tests/app/Services
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach36-36/+36
2025-12-28Fix: createStub is a static method, assertSame/assertCount are dynamic methodsGreg Roach4-14/+14
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach4-14/+14
2025-10-12CodeStyleGreg Roach1-15/+15
2025-06-24Add final tests for PhpServiceGreg Roach1-0/+11
2025-06-24Create new service for handling maintenance modeGreg Roach1-0/+115
2025-02-20Code StyleGreg Roach3-3/+0
2025-02-19PHPdoc and PHPstan issuesGreg Roach4-13/+6
2025-02-11Code cleanupGreg Roach2-22/+29
2025-02-10Don't uninstall dev dependencies after CI scripts. Fix some CI issuesGreg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach35-35/+35
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-0/+69
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-51/+14
2025-01-06Working on phpstan issues in test scriptsGreg Roach3-11/+20
2024-05-09Clean up testsGreg Roach28-31/+31
2024-03-31PHP 8.4 compatibilityGreg Roach2-3/+0
2024-03-31CodeStyle - whitespaceGreg Roach33-33/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-1/+1
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach34-312/+135
2023-12-30Fix: typo in @covers annotationGreg Roach26-26/+26
2023-12-13Fix some broken tests and simplify a viewGreg Roach1-1/+1
2023-10-04Fix broken testsGreg Roach7-52/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-06fix: messages (#4843)Alejandro Criado-Pérez1-1/+1
2023-02-05Update tests to work with phpunit 10Greg Roach2-3/+3
2023-01-25It's 2023Greg Roach34-34/+34
2023-01-25It's 2023Greg Roach34-34/+34
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach26-0/+910
2022-11-30PHPdocGreg Roach1-2/+0
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-10-16Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)Jonathan Jaubart1-0/+79
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach1-47/+0
2022-09-06CodeStyleGreg Roach1-0/+2
2022-06-02Use a factory to make the current timeGreg Roach1-35/+17
2022-05-21Fix testsGreg Roach1-1/+1
2022-05-13Use Validator classGreg Roach1-17/+8
2022-04-16Prefer uppercase for RestrictionNotice fields. See #4308Greg Roach1-2/+2
2022-04-03Refactor custom tags. Replace modules with hard-coded configuration optionsGreg Roach1-0/+2
2022-03-17CodeStyle - prefer single quotesGreg Roach1-1/+1
2022-03-16PHPdocGreg Roach1-0/+3
2022-03-16It is 2022 - update copyright datesGreg Roach9-9/+9
2022-03-13PHPunit assertions are staticGreg Roach2-12/+12
2022-03-13Do not change visibility during inheritenceGreg Roach1-1/+1
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-1/+1
2021-11-09Fix: save edit facts not workingGreg Roach1-0/+11
2021-11-05Fix: empty/non-empty tags when saving editsGreg Roach1-0/+108
2021-10-29Unnecessary assertion in unit testsGreg Roach1-2/+2
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach1-0/+113
2021-09-04Replace EOL Swiftmailer library by Symfony Mailer (#4015)Jonathan Jaubart1-7/+113
2021-09-03Fix: #4026 - Unit test failureGreg Roach3-4/+4