Example application using tdd-php/lib-simple-calc library
is available at (https://github.com/tdd-php/app-simple-calc).
phpunit
phpunit --coverage-html coverage/
git archive --format=zip --output=../lib-simple-calc-master.zip HEAD
pear
(creates %PHP_PEAR_PHP_BIN%)
phpdoc -d . -t docs -i Tests/*
phpcs --standard=Symfony2 . --ignore=Tests --extensions=php --encoding=utf-8
mkdir phpcs
phpcs --standard=Symfony2 . --ignore=Tests --extensions=php --encoding=utf-8 > phpcs/results.txt
