Skip to content

poum/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

  • JavaScript 61.4%
  • Perl 15.6%
  • Shell 10.7%
  • PHP 6.5%
  • Ruby 3.1%
  • Python 2.7%