Code Monkey home page Code Monkey logo

Comments (8)

darlanalves avatar darlanalves commented on May 12, 2024

Same error here, but in another file:
PHP Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /usr/share/php/PHPUnit/Autoload.php on line 64

from mockery.

viv avatar viv commented on May 12, 2024

Hi guys, it looks like you're hitting the same issue I ran in to. Take a look at issue 40 which has a fix. If you take this fix then you'll need to manually exclude Mockery from coverage reports using PHPUnit's config options:

http://www.phpunit.de/manual/3.6/en/appendixes.configuration.html#appendixes.configuration.blacklist-whitelist

from mockery.

isidromerayo avatar isidromerayo commented on May 12, 2024

Hi, I add to blacklist TestListener.php (phpunit.xml) but I have the same problem :|

from mockery.

viv avatar viv commented on May 12, 2024

Sorry I don't think I was clear in my previous post. The change involves adding an additional check for the PHP_CodeCoverage_Filter::getInstance() method before use in TestListener.php.

from mockery.

isidromerayo avatar isidromerayo commented on May 12, 2024

Sorry I didn't understand, it's ok.
Thanks!

from mockery.

padraic avatar padraic commented on May 12, 2024

Fixed in current master branch - will update documentation to reflect the revised instructions for the listener.

from mockery.

Codix avatar Codix commented on May 12, 2024

I have this error message:
Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in C:\xampp177\php\phpunit on line 39

How did you solve this problem - I don't understand this messages above. Could somebody help me step by step?

I have the newest versions of phpunit, skelgen and netbeans.

from mockery.

aik099 avatar aik099 commented on May 12, 2024

This isn't happening on my project, where I'm using PhpUnit 3.7.x and latest Mockery release.

@Codix, maybe you need to update both and see if that helps. Maybe problem is Windows-only, I don't know, since I'm using Linux.

from mockery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.