Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unrecognized option --printer .. Version incompatability #9

Open
kylejeske opened this issue Feb 13, 2013 · 0 comments
Open

unrecognized option --printer .. Version incompatability #9

kylejeske opened this issue Feb 13, 2013 · 0 comments

Comments

@kylejeske
Copy link

on Debian Squeeze, the default version of PHPUnit is 3.4.14 which doesn't have the required argument (--printer).

to overcome this .. use pear to install version 3.6.11

pear discover-channel pear.phpunit.de
pear install phpunit/PHPUnit-3.6.11 --alldeps

and you're on your way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant