Updating phpunit execution task on build.xml for jenkins
This commit is contained in:
@@ -122,7 +122,9 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="phpunit" description="Run unit tests with PHPUnit">
|
<target name="phpunit" description="Run unit tests with PHPUnit">
|
||||||
<exec executable="phpunit" failonerror="false"/>
|
<exec executable="phpunit">
|
||||||
|
<arg path="${basedir}/workflow/engine/src" />
|
||||||
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="phpcb" description="Aggregate tool output with PHP_CodeBrowser">
|
<target name="phpcb" description="Aggregate tool output with PHP_CodeBrowser">
|
||||||
|
|||||||
Reference in New Issue
Block a user