mediawiki-extensions-Math/tests/phpunit
Andre Klapper 5c6bc704a2 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: Idcd0b50c1c01a33c4cabeed3e31828f77c3f6443
2024-10-26 15:15:30 +02:00
..
data/restbase
InputCheck Use namespaced classes 2024-10-20 09:27:34 +02:00
integration Use namespaced classes 2024-10-20 09:27:34 +02:00
unit Use explicit nullable type on parameter arguments (for PHP 8.4) 2024-10-26 15:15:30 +02:00
DummyPropertyDataTypeLookup.php
MathCacheTest.php Remove explicit DB access 2024-01-11 15:57:02 +00:00
MathDataUpdaterTest.php Use namespaced classes 2024-01-06 16:30:26 +01:00
MathFormatterTest.php Use namespaced IDatabase class 2023-08-19 12:03:02 +08:00
MathIdTest.php Remove PNG rendering mode 2022-11-21 18:57:27 +00:00
MathLaTeXMLCacheTest.php Add missing documentation to class properties 2024-08-31 11:48:46 +00:00
MathLaTeXMLTest.php
MathMathMLTest.php Use overrideConfigValue instead of setMwGlobals 2024-07-24 16:22:59 +00:00
MathMLRdfBuilderTest.php Use namespaced IDatabase class 2023-08-19 12:03:02 +08:00
MathMockHttpTrait.php Use namespaced classes 2024-10-20 09:27:34 +02:00
MathNativeMMLTest.php Use overrideConfigValue instead of setMwGlobals 2024-07-24 16:22:59 +00:00
MathoidCliTest.php Add missing documentation to class properties 2024-08-31 11:48:46 +00:00
MathRendererTest.php Use overrideConfigValue instead of setMwGlobals 2024-07-24 16:22:59 +00:00
MathRestbaseInterfaceTest.php Use namespaced classes 2024-10-20 09:27:34 +02:00
MathSourceTest.php Remove some unused methods. 2022-06-27 18:20:06 +00:00
MathValidatorTest.php