Squazic / phpunit-documentation

Documentation for PHPUnit.

Home Page:http://www.phpunit.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating the documentation

Pre-requirements

  • Apache Ant
  • Ruby
  • xsltproc

Building the documentation

To build the complete documentation use:

cd build; ant

To build only one version of the docs use:

cd build; ant build-LANG-VERSION f.e. cd build; ant build-en-3.6

Output

The html output will be under:

build/output/VERSION/LANG/index.html f.e. build/output/3.6/en/index.html

The generated PDF will be at:

build/output/VERSION/LANG/phpunit-book.pdf f.e. build/output/3.6/en/phpunit-book.pdf

About

Documentation for PHPUnit.

http://www.phpunit.de/


Languages

Language:JavaScript 41.1%Language:Java 35.1%Language:Perl 9.6%Language:Shell 6.6%Language:PHP 4.0%Language:Ruby 1.9%Language:Python 1.6%