Updating phpunit execution task on build.xml for jenkins

This commit is contained in:
Erik Amaru Ortiz
2014-04-03 10:30:47 -04:00
parent cd135a9477
commit 4db659ff8b

View File

@@ -122,7 +122,9 @@
</target>
<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 name="phpcb" description="Aggregate tool output with PHP_CodeBrowser">