From fa15e8b8c398bd594aef017c8411314f2e058fa5 Mon Sep 17 00:00:00 2001 From: Jean Date: Fri, 25 May 2018 10:39:08 +0200 Subject: [PATCH] Unit testing had a dedicated page, so I redirected to it --- Home.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Home.md b/Home.md index 83792f0..f329c9d 100644 --- a/Home.md +++ b/Home.md @@ -58,16 +58,7 @@ Support Unit Testing ------------ - -1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT -directory (e.g. http://example.com/min/). Document roots are usually named htdocs, public_html, or www. - -2. To run unit tests, access: http://example.localhost/min_unit_tests/test_all.php - - (If you wish, the other test_*.php files can be run to test individual -components with more verbose output.) - -3. Remove /min_unit_tests/ from your DOCUMENT_ROOT when you are done. +See [this page](./Testing-Minify) Warnings --------