[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Marius Hoch h...@online.de changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-08-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #21 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 151394 had a related patch set uploaded by JanZerebecki: phpunit.php: Allow direct use of a PHPUnit PHAR file. https://gerrit.wikimedia.org/r/151394 -- You are

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Antoine hashar Musso has...@free.fr changed: What|Removed |Added CC|

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Antoine hashar Musso has...@free.fr changed: What|Removed |Added CC||phy...@ckurs.de

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #19 from physikerwelt phy...@ckurs.de --- I could reproduce the problem hashar describes in https://gerrit.wikimedia.org/r/#/c/131466/6 there is no color in the output with the option --debug-tests. This could become a separate bug,

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #20 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 118997 merged by jenkins-bot: Allow use of phpunit.phar with MediaWiki's phpunit.php test entry point https://gerrit.wikimedia.org/r/118997 -- You are

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Marius Hoch h...@online.de changed: What|Removed |Added CC||h...@online.de

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #13 from Addshore addshorew...@gmail.com --- Some related changes starting to strip down MediaWikiPHPUnitCommand a bit.. https://gerrit.wikimedia.org/r/131448 https://gerrit.wikimedia.org/r/131450

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #14 from Addshore addshorew...@gmail.com --- Also https://gerrit.wikimedia.org/r/131466 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #15 from Addshore addshorew...@gmail.com --- Also https://gerrit.wikimedia.org/r/#/c/131488 which removes MediaWikiPHPUnitCommand https://gerrit.wikimedia.org/r/118997 should probably now be rebased on top of this chain -- You

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #16 from Addshore addshorew...@gmail.com --- I have amended https://gerrit.wikimedia.org/r/#/c/118997/ and now the whole chain should be ready for review. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-04-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Kevin Israel (PleaseStand) pleasest...@live.com changed: What|Removed |Added See Also|

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-04-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Kevin Israel (PleaseStand) pleasest...@live.com changed: What|Removed |Added See Also|https://bugzilla.wikimedia. |

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #7 from Aude aude.w...@gmail.com --- my patch does not work correctly with the way MediaWiki extends PHPUnit_TextUI_Command in MediaWikiPHPUnitCommand. It only works if one specifies no additional non-phpunit options. the

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #8 from Aude aude.w...@gmail.com --- question is... if one extends PHPUnit_TextUI_Command (as phpunit source code suggests), then how is it recommended to have that work with phpunit.phar (which calls PHPUnit_TextUI_Command::main()

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #9 from Sebastian Bergmann sebast...@phpunit.de --- That is a valid question. To be honest, I have always discouraged extensions to PHPUnit_TextUI_Command (maybe I was not vocal/verbose enough about it). -- You are receiving this

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #10 from Aude aude.w...@gmail.com --- probably using the bootstrap option is the best approach then. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 118997 had a related patch set uploaded by Aude: Allow use of phpunit.phar with MediaWiki's phpunit.php test entry point https://gerrit.wikimedia.org/r/118997 --

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Aude aude.w...@gmail.com changed: What|Removed |Added CC||aude.w...@gmail.com ---

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 118997 had a related patch set uploaded by Aude: Allow use of phpunit.phar with MediaWiki's phpunit.php test entry point https://gerrit.wikimedia.org/r/118997 --

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 --- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 118997 had a related patch set uploaded by Aude: Allow use of phpunit.phar with MediaWiki's phpunit.php test entry point https://gerrit.wikimedia.org/r/118997 --

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Sebastian Bergmann sebast...@phpunit.de changed: What|Removed |Added CC|

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Andrew Garrett agarr...@wikimedia.org changed: What|Removed |Added CC|

[Bug 58881] Can't use phpunit.phar to invoke MediaWiki tests

2014-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58881 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |Normal