summaryrefslogtreecommitdiff
path: root/tests/app/Services/ModuleServiceTest.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-20Code StyleGreg Roach1-1/+0
2025-02-19PHPdoc and PHPstan issuesGreg Roach1-3/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-05-09Clean up testsGreg Roach1-2/+2
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-26/+2
2023-12-13Fix some broken tests and simplify a viewGreg Roach1-1/+1
2023-10-04Fix broken testsGreg Roach1-5/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-05-21Fix testsGreg 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-04-12TestingGreg Roach1-1/+6
2021-03-21phpunitGreg Roach1-4/+4
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-30TestingGreg Roach1-23/+23
2020-05-08Fix broken testGreg Roach1-1/+1
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-1/+3
2019-10-25No need to throw exceptions in assert()Greg Roach1-1/+0
2019-10-17Avoid using the IoC container in unit testsGreg Roach1-9/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-03-12TestingGreg Roach1-11/+11
2019-03-07TestingGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-3/+3
2019-03-05Fix: #2300 - test for deleted modules ignores disabled modulesGreg Roach1-2/+2
2019-02-26Replace Mockery with PHPunit test doublesGreg Roach1-2/+0
2019-02-25TestsGreg Roach1-1/+1
2019-02-24Working on modulesGreg Roach1-30/+2
2019-02-23Refactor module componentsGreg Roach1-6/+6
2019-02-01Refactor admin controllers and servicesGreg Roach1-10/+35
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-3/+3
2019-01-30Use dependency injection for Statistics classGreg Roach1-0/+16
2019-01-30Create ModuleServiceGreg Roach1-0/+126