https://bugzilla.wikimedia.org/show_bug.cgi?id=54762
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Antoine "hashar" Musso <[email protected]> --- So pear basically sucks which is not a breaking news. I instead relied on composer. The git repository integration/phpunit hold a snapshot of PHPUnit has installed via composer. Related changes: https://gerrit.wikimedia.org/r/92508 README + composer.json https://gerrit.wikimedia.org/r/92509 result of composer install The MediaWiki core PHPUnit wrapper can be pointed to it using --with-phpunitdir. php phpunit.php --with-phpunitdir /contint-phpunit/vendor/phpunit/phpunit Will attempt to integrate that with the deployment system. -- 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
