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 --------