https://github.com/sebastianbergmann/phpunit-documentation-english
English Documentation for PHPUnit
https://github.com/sebastianbergmann/phpunit-documentation-english
documentation phpunit
Last synced: 20 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 (over 7 years ago)
- Default Branch: 12.0
- Last Pushed: 2025-03-25T09:32:31.000Z (about 1 month ago)
- Last Synced: 2025-04-02T06:26:00.362Z (27 days ago)
- Topics: documentation, phpunit
- Language: PHP
- Homepage: https://docs.phpunit.de/
- Size: 87.5 MB
- Stars: 90
- Watchers: 9
- Forks: 139
- Open Issues: 16
-
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
```