I am new to PHPUnit. I have installed PHPUnit using PEAR I am using PHP 5.4.7
When I give command phpunit --bootstrap src/autoload.php tests/MoneyTest I got the below error
Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in D:\xampp\php\phpunit on line 39
If I run the same code with Netbeans 7.4, the same error occurs.
Please provide your suggestions. Thanks in advance.