summaryrefslogtreecommitdiff
path: root/tests/app/Elements
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach212-212/+212
2025-12-28Fix: createStub is a static method, assertSame/assertCount are dynamic methodsGreg Roach12-48/+48
2025-12-21PHPunit: mock objects have expectations, stubs do notGreg Roach12-48/+48
2025-02-20Code StyleGreg Roach182-428/+360
2025-02-19PHPdoc and PHPstan issuesGreg Roach182-546/+0
2025-02-10Don't uninstall dev dependencies after CI scripts. Fix some CI issuesGreg Roach182-182/+182
2025-01-16It's 2025. Update copyright date.Greg Roach214-214/+214
2025-01-09Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatical...Greg Roach1-1/+1
2025-01-09Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatical...Greg Roach2-1/+17
2025-01-06Working on phpstan issues in test scriptsGreg Roach10-20/+40
2024-11-29Fix: #5053 - wrong canonical formatting for PLAC:FORMGreg Roach1-3/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-2/+2
2024-06-10Fix: #4989 - mismatch between individual and family listsGreg Roach10-50/+50
2024-05-09Clean up testsGreg Roach21-21/+21
2024-03-31CodeStyle - whitespaceGreg Roach214-225/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-1/+1
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach214-1293/+1046
2023-12-30Fix: typo in @covers annotationGreg Roach21-21/+21
2023-10-04Fix broken testsGreg Roach58-314/+6
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach8-23/+9
2023-02-06Updates for phpunit 10Greg Roach183-183/+183
2023-01-25It's 2023Greg Roach214-214/+214
2023-01-25It's 2023Greg Roach214-214/+214
2022-12-28Add support for INDI:NO and FAM:NO tagsGreg Roach2-3/+38
2022-12-12Fix: #4655 - residence facts take a value in GEDCOM 7Greg Roach1-4/+4
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach20-0/+700
2022-10-31Re-order import statementsGreg Roach5-5/+5
2022-10-17Fix: #4580, Fix: #4577 - SOUR:PUBL, SOUR:TITL and SOUR:AUTH allow multi-line ...Greg Roach2-0/+20
2022-06-20Fix failing testGreg Roach1-0/+11
2022-06-09Fix: SOUR:PUBL can contain multi-line textGreg Roach1-0/+10
2022-06-08Fix: #4450 inline sources not displayed correctlyGreg Roach1-1/+13
2022-06-06Add missing subtags to facts and eventsGreg Roach1-3/+3
2022-06-02Add some GEDCOM 7 definitionsGreg Roach3-0/+198
2022-05-30Fix: #4447 - EntryRecodingDate is just a DateValueGreg Roach1-39/+0
2022-05-23Fix: #4420 - GOV ids can be upper/lower/mixed caseGreg Roach1-3/+3
2022-04-28Fix: y,m,d are lowercase in AGE fieldsGreg Roach1-3/+3
2022-04-19Fix failing testGreg Roach1-0/+11
2022-04-16Prefer uppercase for RestrictionNotice fields. See #4308Greg Roach1-7/+7
2022-04-16Prefer uppercase for PedigreeLinkageType fields. See #4308Greg Roach1-0/+10
2022-04-16Prefer uppercase for NameType fields. See #4308Greg Roach1-0/+10
2022-04-16GEDCOM7 files can have two restrictions in the same RESN tagGreg Roach1-3/+7
2022-04-16Prefer upper-case for AgeAtEvent. See #4308Greg Roach1-3/+18
2022-04-16Prefer upper-case for PhoneticType, RomanizedType and OrdinanceProcessFlag. S...Greg Roach4-7/+26
2022-04-16Prefer upper-case for ChildLinkageStatus, SourceMediaType and MultimediaForma...Greg Roach3-16/+16
2022-04-15TestingGreg Roach1-3/+3
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-03-17CodeStyle - prefer single quotesGreg Roach34-54/+54
2022-03-16It is 2022 - update copyright datesGreg Roach192-192/+192
2022-03-13Dead codeGreg Roach1-4/+0
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-2/+2