Legoktm has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/405574 )
Change subject: Fix example command in README ...................................................................... Fix example command in README Change-Id: I85c7ec8d9d01ed0bf5219d98d476e7d2d08dbe51 --- M README.md 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/phpunit-patch-coverage refs/changes/74/405574/1 diff --git a/README.md b/README.md index f536b2b..a40a1e8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ The options shown in the example above are the defaults, and do not need to be specified again. You may find it useful to have xdebug disabled by -default, and then specify it at runtime with `php -dextension=xdebug.so ...`. +default, and then specify it at runtime with: +`php -d zend_extension=xdebug.so ...`. Or if you have a PHPUnit wrapper (like MediaWiki), you can call that. Security -- To view, visit https://gerrit.wikimedia.org/r/405574 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I85c7ec8d9d01ed0bf5219d98d476e7d2d08dbe51 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/tools/phpunit-patch-coverage Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
