Giter VIP home page Giter VIP logo

php-mock-prophecy's Issues

Integrating with Symfony testing

Not really an issue, but I wondered how to integrate tests with Symfony and phpspec/phpspec with the extends of ObjectBehaviour ?

Tests become broken as optional parameters are required

After requiring this package in composer and running tests I noticed that many of them became broken as calls expectations changed. For example if I have a function
getFirstWhere($arg1, $arg2, $arg3 = []) and I set my expectation to $mock->getFirstWhere('arg', 'arg2') I get the error saying that expectation was not met because there was a call to $mock->getFirstWhere('arg', 'arg2', [])(notice the empty array at the end). Not sure what is the reason of that. Example log:

  39  - it returns list of sample messages
      method call:
        - getAllWhere("client_id", 5, [])
      on Double\ClientServicesRepository\ClientServicesRepository\P82 was not expected, expected calls were:
        - getAllWhere(exact("client_id"), exact(5))

So basically I call in my real code getAllWhere("client_id", 5) but somehow it takes the optional parameters into an account.

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.