caleeli/unit-test-doc

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/caleeli/unit-test-doc

pkg:composer/caleeli/unit-test-doc

Statistics

Installs: 195

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2020-06-22 19:12 UTC

This package is auto-updated.

Last update: 2026-02-24 00:15:38 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