1
0
mirror of https://github.com/mrclay/minify.git synced 2025-03-13 08:59:38 +01:00
minify/docs/TestingMinify.wiki.md

13 lines
400 B
Markdown
Raw Normal View History

# Unit Testing
2015-09-28 20:30:46 -04:00
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