summaryrefslogtreecommitdiff
path: root/tests/app/Services/GedcomEditServiceTest.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-02-20Code StyleGreg Roach1-1/+0
2025-02-19PHPdoc and PHPstan issuesGreg Roach1-2/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-06Working on phpstan issues in test scriptsGreg Roach1-7/+11
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-14/+6
2023-07-06fix: messages (#4843)Alejandro Criado-Pérez1-1/+1
2023-02-05Update tests to work with phpunit 10Greg Roach1-2/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30PHPdocGreg Roach1-2/+0
2022-10-16Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)Jonathan Jaubart1-0/+79
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-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-13PHPunit assertions are staticGreg Roach1-8/+8
2021-11-09Fix: save edit facts not workingGreg Roach1-0/+11
2021-11-05Fix: empty/non-empty tags when saving editsGreg Roach1-0/+108