Updating phpunit execution task on build.xml for jenkins

This commit is contained in:
Erik Amaru Ortiz
2014-04-03 12:48:55 -04:00
parent a2f8b17d6c
commit aad2968335

View File

@@ -124,9 +124,9 @@
<target name="phpunit" description="Run unit tests with PHPUnit">
<exec executable="phpunit">
<arg value="--testsuite" />
<arg path="api" />
<arg value="api" />
<arg value="--bootstrap" />
<arg path="${basedir}/workflow/engine/src/Tests/bootstrap.php" />
<arg value="${basedir}/workflow/engine/src/Tests/bootstrap.php" />
</exec>
</target>