From the $IP of my mediawiki installation, running composer test fails with a message originating from UserFunctions:
This file is a MediaWiki extension, it is not a valid entry point
Is there a way to exclude the offending file (./extensions/UserFunctions/UserFunctions.php); or is there a technique that would make this file compatible with composer test?
Note: This is using the REL_1_35 branch with
Product | Version |
---|---|
MediaWiki | 1.35.4 (87ad58f)
14:19, 22 October 2021 |
PHP | 7.4.24 (apache2handler) |
MariaDB | 10.4.21-MariaDB-log |
ICU | 67.1 |
Elasticsearch | 6.7.2 |
If I checkout 'master' of UserFunctions, I get "This version of the UserFunctions extension requires MediaWiki 1.35+" from the same file.