Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianbergmann/phpunit-documentation-english

English Documentation for PHPUnit
https://github.com/sebastianbergmann/phpunit-documentation-english

documentation phpunit

Last synced: 5 days ago
JSON representation

English Documentation for PHPUnit

Awesome Lists containing this project

README

        

# Building the Documentation

## Requirements

- Python
- [Sphinx](http://www.sphinx-doc.org/)
- [Read the Docs Sphinx Theme](https://github.com/rtfd/sphinx_rtd_theme)

## Building the HTML Documentation

To build the complete documentation run:

```sh
make html
```