summaryrefslogtreecommitdiff
path: root/tests/TestCase.php
AgeCommit message (Collapse)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - ↵Greg Roach1-10/+18
missing media on manage media page
2025-10-12CodeStyleGreg Roach1-2/+1
2025-10-12Update PHP dependenciesGreg Roach1-1/+4
2025-02-20Code StyleGreg Roach1-4/+4
2025-02-19PHPdoc and PHPstan issuesGreg Roach1-10/+1
2025-02-11Code cleanupGreg Roach1-5/+3
2025-02-10Don't uninstall dev dependencies after CI scripts. Fix some CI issuesGreg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-3/+2
2025-01-06Working on phpstan issues in test scriptsGreg Roach1-8/+20
2024-03-31Refactoring class DBGreg Roach1-6/+13
2024-03-31PHPUnit 11 deprecates docblocks, use annotations insteadGreg Roach1-6/+0
2023-11-04Fix testsGreg Roach1-1/+1
2023-11-04Rework setup page for MySQL to highlight distinction between localhost and ↵Greg Roach1-2/+2
network
2023-10-04Fix broken testsGreg Roach1-81/+28
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-06-20Static analysisGreg Roach1-1/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-26/+10
2023-02-05Update tests to work with phpunit 10Greg Roach1-0/+20
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-15Fix: #4647, Fix: #3567, Fix: #4479, Fix: #3459 - Apply collation rules in ↵Greg Roach1-2/+2
PHP, rather than MySQL
2022-10-16Change order of I18N initialisation in webtrees Test Case (#4579)Jonathan Jaubart1-2/+2
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach1-2/+4
2022-09-06CodeStyleGreg Roach1-1/+1
2022-09-06PHPdocGreg Roach1-1/+0
2022-04-14Rewrite the GEDCOM error check. Fixes: #4255. Fixes #3654. Fixes #957Greg Roach1-1/+1
2022-04-03Refactor custom tags. Replace modules with hard-coded configuration optionsGreg Roach1-0/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-13PHPunit assertions are staticGreg Roach1-7/+7
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-2/+4
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-5/+5
2021-09-03Fix: #4026 - Unit test failureGreg Roach1-4/+3
2021-09-02TestingGreg Roach1-3/+5
2021-09-02Prefer XHTML syntaxGreg Roach1-2/+2
2021-09-02Tests: fix incorrect validateHtml logic (#4025)Jonathan Jaubart1-8/+8
2021-09-01Use wt- namespace for data attributesGreg Roach1-0/+84
2021-05-18CodeStyleGreg Roach1-18/+1
2021-05-06Refactor bootstrap to prepare for console commandsGreg Roach1-25/+11
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-7/+58
This reverts commit 56afe05fa72eb037740c3a05c02828a7ba30f9a9.
2021-05-03Move PSR17 factories to the registryGreg Roach1-58/+7
2021-04-20TestingGreg Roach1-0/+2
2021-03-09Refactor Tree / TreeService to improve the import of large GEDCOM files.Greg Roach1-2/+2
2021-02-04Use gedcom elementsGreg Roach1-0/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-30TestingGreg Roach1-7/+3
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-14/+14