Giter Club home page Giter Club logo

Comments (5)

jakoch avatar jakoch commented on July 1, 2024

Hey Guillaume, thank you for bug-reporting. We will look into the issue.

  • fixed simpletest/extensions/coverage related issues - 4566ea3
  • fixed simpletest/test/site/ related issues

from simpletest.

guicara avatar guicara commented on July 1, 2024

Hello jakoch,

You're welcome ;)

Any news regarding the issues on simpletest/test/sites/*?
If you wish I can make a pull requests.

Thanks,

Guillaume

from simpletest.

jakoch avatar jakoch commented on July 1, 2024

Hey Guillaume,

yes, there are some news: i've re-enabled the acceptance tests for simpletest/test/sites/*
and removed some errors and notices along the way.
We could now also remove the static calls, e.g. PostRequest:get().

It would be very helpful, when you find the time to send some pull requests.
I really appreciate any help.

Thanks, Jens

from simpletest.

guicara avatar guicara commented on July 1, 2024

Hello jakoch,

Methods get() and post() of the PostRequest class are now static methods since your last commit bec40cc. So I think the problem is resolved? I do not understand the benefits of removing the static calls.

Thanks,

Guillaume

from simpletest.

jakoch avatar jakoch commented on July 1, 2024

Yes, its resolved.

I've added static to solve the initially reported E_STRICT issue: calling dynamic method statically.
Now "static" itself is often problematic, because it introduces global state and makes things hard(er) to test, but (sometimes) faster. The benefits of removing static calls is to improve test-ability in the long run. But as you can see: i've used the simple fix for the problem.. ;)

Thank you for raising the issues and providing feedback.
Best, Jens

from simpletest.

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.