I am new for TDD and following "Agile Web application Development with yii" book. I have successfully installed phpunit and trying to install selenium extension as book recommends. But when i try to install phpunit_selenim, it gives me following error:
No releases available for package "pear.phpunit.de/PHP_Selenium" install failed
I have tried to do the installation process here, but it did not help, i got the same result. is there anything i missed up or there is another way to install it?
P.S. I am using ubuntu with lamp server to develop yii application.