summaryrefslogtreecommitdiff
path: root/tests/app/Module
AgeCommit message (Expand)AuthorFilesLines
2024-03-31PHP 8.4 compatibilityGreg Roach9-9/+0
2024-03-31CodeStyle - whitespaceGreg Roach206-206/+0
2024-03-31PHPUnit 11 deprecates createStub() - use createMock() insteadGreg Roach1-1/+1
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach209-1647/+1591
2023-12-30Fix: typo in @covers annotationGreg Roach138-138/+138
2023-12-13Fix some broken tests and simplify a viewGreg Roach16-16/+16
2023-10-04Fix broken testsGreg Roach70-152/+0
2023-06-20Static analysisGreg Roach16-96/+92
2023-02-19Delete old test fileGreg Roach1-35/+0
2023-01-25It's 2023Greg Roach210-210/+210
2023-01-25It's 2023Greg Roach210-210/+210
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach139-0/+4865
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach16-96/+48
2022-10-31Re-order import statementsGreg Roach17-18/+18
2022-04-12Remove unused importsGreg Roach1-2/+0
2022-03-17CodeStyle - prefer single quotesGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach71-71/+71
2022-03-13PHPunit assertions are staticGreg Roach3-3/+3
2022-02-27TestingGreg Roach1-7/+2
2022-02-26ValidationGreg Roach1-4/+17
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-1/+2
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+3
2021-10-29TypeHintsGreg Roach1-12/+3
2021-10-29CodeStyleGreg Roach1-2/+1
2021-09-03Fix: #4026 - Unit test failureGreg Roach17-17/+17
2021-04-28Merge: #3803, Merge: #3706Greg Roach3-12/+12
2021-04-20TestingGreg Roach3-3/+3
2021-04-12Fix: #2442 - turn map-links into modulesGreg Roach3-0/+209
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach16-32/+32
2021-02-23Fix wrong columns used in families query of ModuleDataFixTraitJonathan Jaubart1-0/+148
2021-01-25Use https link in copyright headerGreg Roach67-119/+119
2021-01-15Move user constants to the user interface classGreg Roach15-45/+45
2021-01-15TestingGreg Roach8-320/+0
2020-12-31TestsGreg Roach60-3/+121
2020-12-31TestsGreg Roach1-0/+2
2020-12-30TestingGreg Roach75-218/+215
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach7-266/+0
2019-12-20Fix: #2777 tcpdf seems abandoned - apply patches locallyGreg Roach3-27/+6
2019-12-19XML reports: remove unused HTML elementsGreg Roach16-48/+0
2019-12-19XML reports: remove unused PageHeader elementsGreg Roach16-48/+0
2019-12-18Test coverageGreg Roach16-643/+674
2019-12-03Test against PHP 7.4Greg Roach3-6/+42
2019-11-21Refactor report classesGreg Roach16-177/+177
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach15-15/+30
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach16-32/+96
2019-10-25No need to throw exceptions in assert()Greg Roach16-16/+0
2019-10-17Avoid using the IoC container in unit testsGreg Roach16-16/+0
2019-10-17PSR12Greg Roach82-0/+82
2019-10-09Working on routing; Code cleanupGreg Roach80-128/+272
2019-10-09Working on routingGreg Roach10-12/+16