From 016f62dda4c6e65f3192f3ea915a8bbcafd7ec8c Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 25 Aug 2009 18:39:42 +0100 Subject: [PATCH] extra unit testing note --- contrib/simpletest/main.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/simpletest/main.php b/contrib/simpletest/main.php index b2545935..bb5d8745 100644 --- a/contrib/simpletest/main.php +++ b/contrib/simpletest/main.php @@ -23,6 +23,12 @@ * * \page wut Writing Unit Tests * + * Note: The unit test framework assumes a fresh, default install with an + * admin called "demo" and a user called "test". The full test suite takes + * a few minutes to run on my test VM, which is long enough that my shared + * hosting provider cuts it off half way through. Running tests for specific + * extensions (visit "/test/extension_folder_name") is generally OK though. + * * An empty test class starts like so (assuming the extension we're writing * tests for is called "Example") *