FUnit
FUnit copied to clipboard
The testing microframework for PHP
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...
When an assertion fails, have it raise an exception. Potentially have the test stop execution.