added readme

This commit is contained in:
tmont 2015-03-22 21:14:02 -07:00
parent 321e7490fd
commit 1478bfe430

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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.