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">
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user