Clean up tests
PHP 8.4 compatibility
CodeStyle - whitespace
PHPUnit 11 deprecates createStub() - use createMock() instead
PHPUnit 11 deprecates docblocks, use annotations instead
Fix: typo in @covers annotation
Fix some broken tests and simplify a view
Fix broken tests
Preparing to remove dependency on laravel/database
fix: messages (#4843)
Update tests to work with phpunit 10
It's 2023
Add minimal test scripts for every class, to pick up PHP version issues
PHPdoc
Re-order import statements
Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)* Fix `Invalid GEDCOM data passed to Fact` when no required quick facts * Add unit tests for new facts in GedcomEditSer
Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)* Fix `Invalid GEDCOM data passed to Fact` when no required quick facts * Add unit tests for new facts in GedcomEditService
show more ...
Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQL
CodeStyle
Use a factory to make the current time
Fix tests
Use Validator class
Prefer uppercase for RestrictionNotice fields. See #4308
Refactor custom tags. Replace modules with hard-coded configuration options
CodeStyle - prefer single quotes
1234