summaryrefslogtreecommitdiff
path: root/tests/app/Module/FactSourcesReportModuleTest.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-02Refactor reports: simplify setupGreg Roach1-1/+4
2026-02-02Add tests cases for all report optionsGreg Roach1-5/+41
2026-02-02Refactor reports: simplify structure of variablesGreg Roach1-4/+4
2026-02-01Cleanup some report codeGreg Roach1-4/+4
2025-02-09PHPunit deprecationsGreg Roach1-2/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-09-30CodeStyleGreg Roach1-2/+3
2024-09-10Import missing CoversTrait classGreg Roach1-0/+1
2024-09-06fix: change attribut trait for classJulien BARBEY1-1/+1
2024-09-06Fix: Deprecated attribut for code coverageJulien BARBEY1-1/+1
2024-03-31PHP 8.4 compatibilityGreg Roach1-1/+0
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-34/+55
2023-12-13Fix some broken tests and simplify a viewGreg Roach1-1/+1
2023-10-04Fix broken testsGreg Roach1-2/+0
2023-06-20Static analysisGreg Roach1-6/+7
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-6/+3
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-09-03Fix: #4026 - Unit test failureGreg Roach1-1/+1
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-3/+3
2020-12-30TestingGreg Roach1-6/+6
2019-12-19XML reports: remove unused HTML elementsGreg Roach1-3/+0
2019-12-19XML reports: remove unused PageHeader elementsGreg Roach1-3/+0
2019-12-18Test coverageGreg Roach1-40/+42
2019-11-21Refactor report classesGreg Roach1-11/+11
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-1/+2
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-2/+6
2019-10-25No need to throw exceptions in assert()Greg Roach1-1/+0
2019-10-17Avoid using the IoC container in unit testsGreg Roach1-1/+0
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-04-14Test coverageGreg Roach1-0/+4
2019-04-14Refactor the bootstrap processGreg Roach1-1/+2
2019-03-20TestingGreg Roach1-0/+6
2019-03-15TestingGreg Roach1-0/+32
2019-03-15TestingGreg Roach1-2/+2
2019-03-15TestsGreg Roach1-4/+33
2019-01-04TestsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-28PHPdocGreg Roach1-7/+2
2018-09-12Unit tests for TimeoutServiceGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-12/+15