wiki.techinc.nl/tests/phpunit/mocks/content
Máté Szabó 85017a30b2 phpunit: Fix trivial dynamic property usages in tests
Dynamic property creation is deprecated in PHP 8.2 (E_DEPRECATED).
Migrate some trivial cases in tests to use explicitly declared fields
instead, and remove the unused lastLog field from
MediaWikiLoggerPHPUnitExtension.

Notably this does not yet address MediaWikiIntegrationTestCase using
dynamic properties to associate ephemeral data with DB connections used
for tests.

Bug: T314099
Change-Id: I55453c0d254012b69c6843c54cfa8345fa5744fa
2022-07-29 01:59:23 +02:00
..
DummyContentForTesting.php phpunit: Fix trivial dynamic property usages in tests 2022-07-29 01:59:23 +02:00
DummyContentHandlerForTesting.php
DummyNonTextContent.php
DummyNonTextContentHandler.php
DummySerializeErrorContentHandler.php