GithubHelp home page GithubHelp logo

testify.php's People

Contributors

bafs avatar marcofiset avatar martinaglv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

testify.php's Issues

Does it work with Codeigniter or other php framework?

hey there, i love to use you simple framework. its easy to use and have a simple way to work.

all i need to know is, does testify work in codeigniter? do you have any recommendation web link tutorial for me to make it work?

Testify and Git Hook

Is there a git hook for testify ?
How ist the command to call testify ?

I look for 2 thing s.

  1. How can testify from command line ?
  2. How can i see the test errors in the console ?

Your sincerly

Stephan

Testify on Linux?

I am using Testify on a WAMP system and it works great. However, when I run on a linux server, i run into very peculiar behavior:

If i call the public test() function more than 10 times, I get a 502 Bad Gateway error.

I simplified my test case and only instantiated the class, and called the "test" function about 30 times, only specifying an assert(true) in each of them. After about 30 of them, I again saw the 502 error.

It doesn't seem to be a memory issue, the server is plenty powerful and there's no memory limit.

Any insights would be very helpful.
Louis W

Add stable format to your CLI reporting

This issue is related to issue #7. If we (NetBeans) would like to add support for Testify, we will need CLI reporting that is stable, it means that it won't change, ideally ever. Something like --porcelain for Git commands (search e.g. for "porcelain" in git help log).

Thanks.

not found in packagist

Hello,

i found no information for testify by packagist.
Can you help ?

Your sincerly

Stephan

Division by 0

When no tests / assertions are defined the result is 0 passes divided by 0 total.

ArrayAccess for tests

Another idea, how we could use ArrayAccess:

Today:
$tf->test(function($tf) {
/* … /
});
$tf->test("Testing the add() method", function($tf) {
/
… */
});

Idea:
$tf[] = function($tf) {
/* … /
};
$tf["Testing the add() method"] = function($tf) {
/
… */
};

Not that beautiful, but easy to understand.
What do you think?

test a directory

Is there a way to test the files in a directory ?

Your sincerly

Stephan

Does it work for Wordpress?

How can i setup it so that i can test wordpress plugins? When i require the file i want, it gie me php error "function *** not defined".

What license is this project published under?

As the title says I would like to know under which software license this code is published?

Mario

Edit I just found it in the composer file (GPL) any hint about the version 2/3?

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.