stable

Clone or download

Read-only

Fix crashes during the code coverage report generation

Those crashes are caused by the usage of incorrect class casing. Issues can be sometimes be visible (it depends how the class was loaded first) and give an error like: `PHP Fatal error: Cannot declare class Tuleap\Mediawiki\MediawikiDataDir` Part of request #17915: Bump to PHPUnit 9.4 Change-Id: I2943dd4f61870cef6bbb35e96cba794740eb5552

Modified Files

Name
M plugins/mediawiki/include/MediawikiMaintenanceWrapper.php +2 −2 Go to diff View file
M plugins/mediawiki/include/XMLMediaWikiExporter.php +2 −3 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +2 −2 Go to diff View file
M plugins/mediawiki/tests/unit/XMLMediaWikiExporterTest.php +1 −1 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreCommitTest.php +1 −1 Go to diff View file