Updating phpunit execution task on build.xml for jenkins
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<project name="ProcessMaker Michelangelo" default="build-phpcs">
|
<project name="ProcessMaker Michelangelo" default="build-phpcs">
|
||||||
<target name="build"
|
<target name="build"
|
||||||
depends="prepare,lint,phploc,pdepend,phpcs-ci,phpdox, behat"/>
|
depends="prepare,lint,phploc,pdepend,phpcs-ci,phpunit,phpdox,behat"/>
|
||||||
|
|
||||||
<target name="build-simple"
|
<target name="build-simple"
|
||||||
depends="prepare,phpunit,phpcs-ci,phploc,lint"/>
|
depends="prepare,phpunit,phpcs-ci,phploc,lint"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user