This is due to another message ( How to install an older version of PHPUnit via PEAR? ), However in my case I actually install PHPUnit 3.4.17 (this is due to the fact that I am creating an application in an environment with PHP 5.1.6).
I can not find anywhere in the PHPUnit documentation that lists the exact version numbers that should be associated with the various dependencies. Does anyone have a list somewhere, specifically for PHPUnit version 3.4?
The reason I ask is because I want to make sure that I don't encounter any problem in the middle of the development process, because one dependency is too new.
source
share