caleeli / unit-test-doc
There is no license information available for the latest version (dev-master) of this package.
dev-master
2020-06-22 19:12 UTC
Requires
This package is auto-updated.
Last update: 2024-10-23 21:32:42 UTC
README
Extract documentation from unit tests.
install
composer global require caleeli/unit-test-doc
or
composer require caleeli/unit-test-doc
usage
Generate the document for the current path.
unit-test-doc > report.html
or
vendor/bin/unit-test-doc > report.html
Generate the document for a specific path.
unit-test-doc /path/to/composer/project > report.html