Updating phpunit execution task on build.xml for jenkins
This commit is contained in:
@@ -124,9 +124,9 @@
|
|||||||
<target name="phpunit" description="Run unit tests with PHPUnit">
|
<target name="phpunit" description="Run unit tests with PHPUnit">
|
||||||
<exec executable="phpunit">
|
<exec executable="phpunit">
|
||||||
<arg value="--testsuite" />
|
<arg value="--testsuite" />
|
||||||
<arg path="api" />
|
<arg value="api" />
|
||||||
<arg value="--bootstrap" />
|
<arg value="--bootstrap" />
|
||||||
<arg path="${basedir}/workflow/engine/src/Tests/bootstrap.php" />
|
<arg value="${basedir}/workflow/engine/src/Tests/bootstrap.php" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user