https://bugzilla.wikimedia.org/show_bug.cgi?id=64597
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Running phpunit.php fails |Support PHPUnit 4.x and |with "Version.php not |higher (phpunit.php fails |found" (phpunit 4.0.17) |with "Version.php not | |found") --- Comment #10 from Krinkle <[email protected]> --- Rephrased summary. The problem is that MediaWiki is trying to include the PHPUnit source files (from a global php import_path) directly. This method is last supported by PHPUnit 3.7. When using PHPUnit 4.x or later, this no longer works and users are unable to run the MediaWiki phpunit tests. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
