Skip to content

scribu/phpunit-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 94.8%
  • JavaScript 2.6%
  • Perl 0.7%
  • Shell 0.5%
  • Graphviz (DOT) 0.5%
  • CSS 0.4%
  • Other 0.5%