From 1478bfe4301e3f280d8b7b0aaa383b3d308dc013 Mon Sep 17 00:00:00 2001 From: tmont Date: Sun, 22 Mar 2015 21:14:02 -0700 Subject: [PATCH] added readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e2be18 --- /dev/null +++ b/README.md @@ -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. +