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

400 B

Unit Testing

  1. If you haven't already, install Minify using the UserGuide.

  2. Copy the "min_unit_tests" directory directly into your DOCUMENT_ROOT.

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