Tag: CodeCoverage

  • Updating PHPUnit

    I recently updated my Ubuntu VM to 11.04, and PHPUnit stopped working. This is the error that I was getting. PHP Warning: require_once(PHP/CodeCoverage/Filter.php): failed to open stream: No such file or directory in /usr/bin/phpunit on line 38 PHP Fatal error: require_once(): Failed opening required ‘PHP/CodeCoverage/Filter.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /usr/bin/phpunit on line 38 There were lots of…