Download the PHP package covex-nn/phpqatools without Composer
On this page you can find all versions of the php package covex-nn/phpqatools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpqatools
PHP QA Tools
Contents (Phar files)
- PHPUnit v4.8.26
- PHP_CodeSniffer v2.6.1
- phpDocumentor v2.8.5
- PHPMD v2.4.3
- phpcpd v2.0.4
- phploc v3.0.1
- PDepend v2.2.4
- PHP CodeBrowser
Installation
- Use this template for composer.json to install all tools, described on jenkins-php.org via Composer
Usage
- Create your phpcs.xml, phpdoc.xml, phpmd.xml and phpunit.xml.
-
Use this template for build.xml
-
Use this template for build-dev.xml
- Write code, create unit-tests
- Run
ant init
- Run
ant -f build-dev.xml CI-build
To skip one ore more QA tools set appropriate ant property to 1
:
CI.no-pdepend
CI.no-phpmd
CI.no-phpcpd
CI.no-phpcs
CI.no-phploc
CI.no-phpunit
CI.no-phpcb
CI.no-phpdoc
To fail or to ignore ant job if CI tool return non-zero result set appropriate ant property to true
or to false
:
CI.failonerror-phpunit
(default value:true
)CI.failonerror-pdepend
(default value:false
)CI.failonerror-phpmd
(default value:false
)CI.failonerror-phpcpd
(default value:false
)CI.failonerror-phpcs
(default value:false
)CI.failonerror-phploc
(default value:false
)CI.failonerror-phpcb
(default value:false
)CI.failonerror-phpdoc
(default value:false
)
All versions of phpqatools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package covex-nn/phpqatools contains the following files
Loading the files please wait ....