Go to file
2015-03-22 21:14:02 -07:00
properties bumped version to 0.7.0 2009-07-02 06:42:05 +00:00
src * don't explode if a @test annotated method is not public or has an invalid method signature 2009-07-08 09:08:02 +00:00
tests type, math and array constraints 2009-07-08 08:42:50 +00:00
tools added ezcomponents dependencies 2009-06-30 08:08:48 +00:00
build.xml * added svn:ignore property for build 2009-07-08 09:34:42 +00:00
README.md added readme 2015-03-22 21:14:02 -07:00

Testify

This is a (very) old PHP unit testing framework. Like PHPUnit (at the time, anyway), it was a monolithic framework: it was an assertion library, a test runner, a test reporter, a mock object library and a coverage reporter (using xdebug).

I wrote it because I didn't really like the complexity of PHPUnit. Also, the coverage generator in PHPUnit was incredibly slow, and so I took this opportunity to write something faster. For what it's worth, the coverage report generation was about 100x faster than PHPUnit.

It also generated pretty pie charts and stuff.