Coder Social home page Coder Social logo

How to unit test a promise? about promises HOT 4 CLOSED

guzzle avatar guzzle commented on May 5, 2024
How to unit test a promise?

from promises.

Comments (4)

jeskew avatar jeskew commented on May 5, 2024

You can resolve the promise with a response object. Alternatively, you can return a FulfilledPromse, which will already be resolved with whatever value you pass to its constructor.

from promises.

gmansilla avatar gmansilla commented on May 5, 2024

@jeskew thanks for your response.

When I try to resolve the Promise with a Response Object I get the message "Function name must be a string"

from promises.

jeskew avatar jeskew commented on May 5, 2024

I believe that error is being thrown by something unrelated. PHP provides that error message when you try to invoke something that isn't callable as a function, such as in the following example:

$a = 1;
$a();

There are examples of promises being resolved with objects in this repository's unit test suite. See https://github.com/guzzle/promises/blob/master/tests/PromiseTest.php#L577 for an example of how this is done.

from promises.

bpawan avatar bpawan commented on May 5, 2024

Might be a related problem. I have the following problem posted on the stackoverflow, that I encountered while unit testing the class which takes guzzle client as dependency along with the handlers for the response. The problem is when I send an async request and recieve the promise and do something with the response. I could not find a way to test the handling of the response since the logic is inside the callback.

Here is the link to the problem: https://stackoverflow.com/questions/53211474/unit-testing-guzzle-http-promises-callbacks

I am not sure if this is related to guzzle promise or in general testing of the callbacks in php.

Any suggestions here?

from promises.

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.