Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Bug #11302 code coverage option for run-tests not working
Submitted: 2007-06-12 22:32 UTC
From: stoyan Assigned: stoyan
Status: Closed Package: PEAR (version 1.6.0)
PHP Version: 5.2.1 OS: Windows
Roadmaps: 1.6.1    
Subscription  


 [2007-06-12 22:32 UTC] stoyan (Stoyan Stefanov)
Description: ------------ I tried: >pear run-tests -cc I couldn't make the code coverage work, until I changed if (isset($this->_options['coverage']) && extension_loaded('xdebug')){ to if (isset($options['coverage']) && extension_loaded('xdebug')){ line 233 in PEAR\Command\Test.php

Comments

 [2007-06-12 22:35 UTC] stoyan (Stoyan Stefanov)
I mean I tried >pear run-tests -x
 [2007-06-13 17:46 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. thanks for the catch