https://bugzilla.wikimedia.org/show_bug.cgi?id=64597
Tisza Gergő <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Tisza Gergő <[email protected]> --- Just ran into it. MediaWiki tries to require PHPUnit files directly, but the phpunit/phpunit PEAR channel now falls back to the PHAR method (install a single file, /usr/bin/phpunit, with all classes packed inside it). After extracting manually, I get "Failed opening required 'PHPUnit/Autoload.php'", which suggests that fixing this will not be as simple as changing the installation method. On a related note, the testing framework should be vendorized and included with the application, not left to the reuser to figure out which version to install and how. Now that MediaWiki is getting Composer support, this should be easy to do. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
