From 527f049bb3123e520b48ec739137df983058e47c Mon Sep 17 00:00:00 2001 From: scribu Date: Sat, 12 May 2012 05:41:37 +0300 Subject: [PATCH] clarify readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc73d97..fc4e31f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -This is an alternative testing framework for WordPress. The goal is to build a framework which: +## Rationale + +WordPress already has an automated [testing suite](http://unit-tests.trac.wordpress.org/). What you see here is an alternative testing framework, with the following goals: * is faster * runs every test case in a clean WordPress install @@ -14,5 +16,3 @@ It uses SQL transactions to clean up automatically after each test. 2. Edit the config. USE A NEW DATABASE, BECAUSE ALL THE DATA INSIDE WILL BE DELETED. 3. $ phpunit all 4. $ phpunit test_test.php - -The current, official test suite can be found here: http://unit-tests.trac.wordpress.org/ \ No newline at end of file