summaryrefslogtreecommitdiff
path: root/tests/app/Services
AgeCommit message (Collapse)AuthorFilesLines
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
* Fix `Invalid GEDCOM data passed to Fact` when no required quick facts * Add unit tests for new facts in GedcomEditService
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
2021-04-12TestingGreg Roach1-1/+6
2021-03-21phpunitGreg Roach1-4/+4
2021-01-25Use https link in copyright headerGreg Roach7-14/+14
2021-01-15Move user constants to the user interface classGreg Roach1-18/+19
2020-12-31TestsGreg Roach1-1/+3
2020-12-31TestsGreg Roach1-0/+0
2020-12-30TestingGreg Roach7-77/+77
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach1-0/+11
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-2/+2
2020-05-08Fix broken testGreg Roach1-1/+1
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. ↵Greg Roach1-1/+3
Fixes: #1354, Fixes: #1370, Fixes: #1386, Fixes: #2931
2019-12-29Fix: #2924 - %n not recognised in date formatGreg Roach1-0/+47
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-1/+2