Drupal phing template
The following packages need to be installed before using this template. This guide is tested on ubuntu 12.04
- Install nodejs and npm, sudo apt-get install npm nodejs
- Install node csslint, sudo npm -g install csslint
- Install node jshint, sudo npm -g install jshint
- Clone this repository into your machine
- Put file build.properties and directory build under drupal folder
- Execute phing target, from drupal directory execute command phing -f build/build.xml
- All test results will be put under build/tests. Checkstyle, phpmd, php-cpd, phploc, and coder review result will be under build/logs.