summaryrefslogtreecommitdiff
path: root/tests/app/Factories
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach27-27/+27
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-6/+0
2025-02-11Code cleanupGreg Roach1-4/+4
2025-01-16It's 2025. Update copyright date.Greg Roach27-27/+27
2025-01-06Working on phpstan issues in test scriptsGreg Roach4-103/+103
2024-09-30CodeStyleGreg Roach1-2/+0
2024-05-09Clean up testsGreg Roach22-22/+22
2024-03-31CodeStyle - whitespaceGreg Roach27-27/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-2/+2
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach27-260/+105
2023-12-30Fix: typo in @covers annotationGreg Roach22-22/+22
2023-12-19Fix testsGreg Roach1-1/+1
2023-10-04Fix broken testsGreg Roach1-3/+0
2023-01-25It's 2023Greg Roach27-27/+27
2023-01-25It's 2023Greg Roach27-27/+27
2023-01-21Fix: #4738 - if no HEAD:CHAR, assume GEDCOM7/UTF-8Greg Roach1-1/+1
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach22-0/+770
2022-11-30phpunit assertions are staticGreg Roach1-2/+2
2022-09-06CodeStyleGreg Roach1-5/+5
2022-05-19Fix: #4402 - quoted HTML in note titles are truncatedGreg Roach1-12/+12
2022-05-09Create surname traditions using a factoryGreg Roach1-0/+82
2022-05-04Fix testsGreg Roach1-4/+4
2022-04-12Remove unused importsGreg Roach1-15/+0
2022-04-07TestingGreg Roach1-5/+5
2022-04-04Fix: #4281 - newlines in markdown textGreg Roach1-2/+36
2022-04-04Fix: #4286 - empty route parameters excluded from URLGreg Roach1-0/+58
2022-03-16It is 2022 - update copyright datesGreg Roach3-3/+3
2022-03-15GEDCOM files created by LifeLines 3 do not have CHAR definitions. Assume ASCIIGreg Roach1-0/+13
2022-03-13PHPunit assertions are staticGreg Roach3-98/+98
2022-02-23Update and use Validation classGreg Roach1-2/+0
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach1-0/+140
2022-02-01Add tests for CalendarDateFactoryGreg Roach2-1/+301
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-22/+14
2021-11-21CodeStyleGreg Roach1-0/+133