summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusColumnConditionCanadaMarriedSingleTest.php
AgeCommit message (Collapse)AuthorFilesLines
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-06-10Fix: #4989 - mismatch between individual and family listsGreg Roach1-8/+8
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-59/+4
2023-10-04Fix broken testsGreg Roach1-28/+0
2023-02-05Update tests to work with phpunit 10Greg Roach1-24/+10
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-09-03Fix: #4026 - Unit test failureGreg Roach1-48/+48
2021-07-16Canada census 3 (#3936)glarwill1-0/+444
* Added 3 years of Canada Census formats * Added tests for Canadian census data * Fixed month-day order and moved Canadian to bottom of default * a bit of cleanup to the spacing, and comments * Fix style for spacing * 5 more years of Canadian census documents * Corrected cp artifact in original file version * Adjusted date of 1851 Canada census to be in 1851 * Fixed <tab> vs space * typo * Adapted to comments * Removed change in Age.php, per comments * restored AgeTest * small clean up, spacing and some comments