FUnit icon indicating copy to clipboard operation
FUnit copied to clipboard

The testing microframework for PHP

Results 5 FUnit issues
Sort by recently updated
recently updated
newest added

Hello, in your README.md file you mention that _"FUnit is a testing microframework for PHP 5.3+..."_. After using it to test my projects, i noticed that the methods **throws** and...

This is more a point of clarification. In the docs you say that FUnit::setup() "Register['s] a function to run at the start of each test." Does that mean that it's...

Right now it would be difficult -- if not impossible -- for FUnit to test itself. This is generally a Bad Thing, I think. These are some notes on a...

improvement
internals

When an assertion fails, have it raise an exception. Potentially have the test stop execution.

feature
internals

It really looks crappy. Make it awesome.

improvement
reporting