Skip to content

karptonite/phpunit-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Documentation

Requirements

  • Apache Ant
  • PHP 5 (with DOM, PCRE, SPL, and Tokenizer extensions enabled)
  • Ruby
  • xsltproc

Building the Documentation

To build the complete documentation use:

cd build
ant

To build only one version of the documentation use:

cd build
ant build-LANG-VERSION

for example

cd build
ant build-en-3.8

Output

The generated files will be in build/output/VERSION/LANG.

About

Documentation for PHPUnit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 88.2%
  • JavaScript 7.6%
  • Java 2.2%
  • Perl 0.6%
  • Shell 0.5%
  • Graphviz (DOT) 0.4%
  • Other 0.5%