Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 421 Bytes

DEVELOPMENT.md

File metadata and controls

22 lines (14 loc) · 421 Bytes

Documentation

Some documentation can be generated from the source code using phpDocumentor.

To generate the documentation, run the following command:

phive install phpDocumentor
composer run docs

The documentation will be generated in the docs directory.

Tests

Project has a set of tests that can be run using PHPUnit.

To run the tests, run the following command:

composer run tests