mediawiki-extensions-Linter/tests/phpunit
Andre Klapper 1983629a09 Use explicit nullable type on parameter arguments (for PHP 8.4)
Implicitly marking parameter $... as nullable is deprecated in PHP
8.4. The explicit nullable type must be used instead.

Bug: T376276
Change-Id: If9163b2bcdc105555ba3e4ed8bca651dbe0ac1bb
2024-10-26 15:06:53 +02:00
..
unit Minor cleanup 2022-09-07 02:48:18 +01:00
CategoryMessagesTest.php [DI] Make CategoryManager and Database injectable services 2024-04-09 18:33:13 -04:00
DatabaseTest.php Drop DatabaseFactory, just have Database as the service 2024-04-10 21:21:40 -04:00
LintUpdateTest.php Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:06:53 +02:00
RecordLintJobTest.php Drop disabled lints 2024-07-25 11:29:36 -04:00
ServiceWiringTest.php Construct services with ServiceOptions 2024-04-10 12:34:05 -04:00
SpecialLintErrorsTest.php Use namespaced classes 2024-10-20 09:25:08 +02:00