summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach611-611/+611
2022-03-15GEDCOM files created by LifeLines 3 do not have CHAR definitions. Assume ASCIIGreg Roach1-0/+13
2022-03-13Use PHPunit featuresGreg Roach1-44/+42
2022-03-13Dead codeGreg Roach1-4/+0
2022-03-13PHPunit assertions are staticGreg Roach22-210/+212
2022-03-13Add missing composer dependency for devGreg Roach1-1/+0
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-2/+2
2022-03-13Do not change visibility during inheritenceGreg Roach4-4/+4
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-6/+10
2022-03-04Rhode Island State Censuses (#4241)Kirk Gartside5-47/+456
* Adding RI 1905 census and tests. Note 1905 test is WIP * Modified files * Added new unit tests for first few columns * Added columns to test * Added tests for all columns * Added tests for title abbr & modified abbr * Completed automated test * Code cleanup * Cleaned up stlye * Added 1915 Census * Cleanup of 1915 * Added 1925 RI Census * Fix for 1915 Census Test * Cleaned up code format errors * Removed Whitespace Co-authored-by: Kirk Gartside <kirk@Kirks-iMac.local>
2022-03-01TestingGreg Roach1-0/+69
2022-03-01ValidationGreg Roach1-1/+4
2022-02-27TestingGreg Roach1-7/+2
2022-02-26ValidationGreg Roach1-4/+17
2022-02-24ValidationGreg Roach5-23/+21
2022-02-23CodeStyleGreg Roach1-1/+0
2022-02-23Working on validationGreg Roach1-58/+59
2022-02-23Update and use Validation classGreg Roach11-48/+46
2022-02-21PHPdocGreg Roach1-3/+0
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach18-136/+181
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+3
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach15-1/+1203
2022-02-05Refactor surname traditionGreg Roach9-119/+9
2022-02-01Add tests for CalendarDateFactoryGreg Roach2-1/+301
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-22/+14
2022-01-02Fix: #4149 - legacy redirects fail when correpsonding module is disabledGreg Roach29-0/+4219
2021-11-21CodeStyleGreg Roach2-0/+133
2021-11-16CodeStyleGreg Roach1-7/+7
2021-11-09Fix: save edit facts not workingGreg Roach1-0/+11
2021-11-06Use exception for upload file errorsGreg Roach1-1/+1
2021-11-05Move class to correct namespaceGreg Roach1-10/+11
2021-11-05Unit tests for RightToLeftSupportGreg Roach1-33/+190
2021-11-05Move RTL report support functions to reports folder/namespaceGreg Roach1-0/+257
2021-11-05CodeStyleGreg Roach1-1/+1
2021-11-05Fix: empty/non-empty tags when saving editsGreg Roach1-0/+108
2021-10-30Remove unused importGreg Roach1-1/+0
2021-10-29CodeStyle - remove default parametersGreg Roach1-2/+1
2021-10-29TypeHintsGreg Roach2-14/+4
2021-10-29Unnecessary assertion in unit testsGreg Roach10-202/+202
2021-10-29CodeStyleGreg Roach2-3/+2
2021-10-22Trailing spaces are significant in markdownGreg Roach6-6/+6
2021-10-19Fix dependency injection in statistics classesGreg Roach1-2/+18
2021-10-14TypeHintsGreg Roach1-2/+3
2021-10-14Simplify type-checks in validatorGreg Roach1-22/+11
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-10-13Remove unused importsGreg Roach2-2/+0
2021-10-12PHPdocGreg Roach3-13/+13
2021-10-12Fix validator signature for array method + unit tests (#4064)Jonathan Jaubart1-0/+210
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach1-0/+113
2021-10-03Refactor HTTP exceptionsGreg Roach10-12/+12