I have Selenium IDE/RC, and PHPUnit 3.5 (PEAR) installed, but I can't seem to find PHPUnit_Extensions_SeleniumTestCase. When I type pear install phpunit/PHPUnit_Selenium
, I get the following error:
phpunit/PHPUnit_Selenium is already installed and is the same as the released version 1.0.0
install failed
It appears that PHPUnit 3.5 should come with SeleniumTestCase, but there appears to be some kind of issue.