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

pear install doesn't seem to work correct phpunit 3.5 #33

Closed
TorstenZ opened this issue Sep 29, 2010 · 3 comments
Closed

pear install doesn't seem to work correct phpunit 3.5 #33

TorstenZ opened this issue Sep 29, 2010 · 3 comments

Comments

@TorstenZ
Copy link

I'm not sure if this is the right place, but:

After upgrading to 3.5 I couldn't find the new compmonts even though PEAR said they were installed like:
phpunit/PHPUnit_Selenium is already installed and is the same as the released version 1.0.0

I had to uninstall phpunit and all components seperatly. Then the phpunit installation would work properly. I had this phenomenon on by local MAC Enviroment php 5.3.1 and on a debian server running php 5.3.3.

@afoozle
Copy link

afoozle commented Sep 30, 2010

Yeah I had this problem too, I was missing for example: MockObject/Generator.php

Had to do:
pear clear-cache
pear uninstall phpunit/* (need to do this manually one by one)
pear install phpunit/PHPUnit

@giorgiosironi
Copy link
Contributor

Same for me, I got errors for missing files in MockObject/. Reinstall almost got it working (still investigating some malfunctioning).

@sebastianbergmann
Copy link
Owner

This issue was closed.
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

4 participants