My initial problem was that I could not get the php command line version (yum install php or yum install php-cli) to upgrade to => php5.2.7. I am stuck in version 5.1
I already compiled php 5.3.3 for use with apache. So I set up a symlink from / usr / bin / php (the default for the command line) to my compiled version in / var / php 5 / bin / php to get the php 5.3.3 command line message
Then I redid the installation steps of the pear for phpunit
But I still need material to cover the code when I launched phpunit.
So, I was hunting for code coverage in / var / php 5 / lib / php / PHP / CodeCoverage and added that to the include path in php.ini include_path = ": / var / php5 / Library / PHP /"
Be sure to add it to the include path without / PHP, because phpunit starts with PHP / (error reporting), which is looking for Code Coverage. Could not open the window "PHP / CodeCoverage / Filter.php"
user1003932 Oct 19 '11 at 19:54 2011-10-19 19:54
source share