1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-23 16:33:02 +01:00
minify/docs/TestingMinify.wiki.md
2015-09-28 20:32:56 -04:00

13 lines
400 B
Markdown

# Unit Testing
0. If you haven't already, install Minify using the [UserGuide](UserGuide.wiki.md).
1. Copy the "min\_unit\_tests" directory directly into your DOCUMENT\_ROOT.
2. Browse to http://example.com/min_unit_tests/test_all.php
You should see a list of "PASS"es. You can run the individual test PHP files in http://example.com/min_unit_tests/ for more verbose output.
## Common Problems