Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianbergmann/phpunit-documentation-english
- Owner: sebastianbergmann
- Created: 2018-01-26T09:26:40.000Z (about 7 years ago)
- Default Branch: 12.0
- Last Pushed: 2025-01-12T08:51:00.000Z (27 days ago)
- Last Synced: 2025-01-27T05:17:06.910Z (13 days ago)
- Topics: documentation, phpunit
- Language: PHP
- Homepage: https://docs.phpunit.de/
- Size: 88.7 MB
- Stars: 89
- Watchers: 10
- Forks: 137
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
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
```