-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
CI
- CI via Travis-CI.org (http://about.travis-ci.org/fr/docs/user/build-configuration/ - http://about.travis-ci.org/fr/docs/user/languages/php/)
- Run unit tests (phpunit)
Automation
- Perform syntax check of sourcecode files via lint (php -l)
- Measure project size using PHPLOC (phploc)
- Calculate software metrics using PHP_Depend (pdepend)
- Perform project mess detection using PHPMD and print human readable output. Intended for usage on the command line before committing (pmd)
- Find coding standard violations using PHP_CodeSniffer and print human readable output. Intended for usage on the command line before committing (PHP_CodeSniffer)
- Find duplicate code using PHPCPD (phpcpd)
- Generate API documentation (phpdocumentor)
Reactions are currently unavailable