On Github vadim2404 / vadim2404.github.io
Vadim Kharitonov
# apt-get install phpunit
$ wget https://phar.phpunit.de/phpunit.phar $ chmod +x phpunit.phar
$ ./composer.phar require 'phpunit/phpunit=4.1.*'
# pear config-set auto_discover 1# pear install pear.phpunit.de/PHPUnit
What percentage of the code coverage do u have?
$ wget https://phar.phpunit.de/phpcpd.phar $ chmod +x phpcpd.phar $ ./phpcpd.phar --exclude="*Test" src