modifying the build.xml for behat
This commit is contained in:
@@ -46,10 +46,10 @@
|
||||
<target name="lint" description="Perform syntax check of sourcecode files">
|
||||
<apply executable="php" failonerror="true">
|
||||
<arg value="-l" />
|
||||
<arg value="-R" />
|
||||
|
||||
<fileset dir="${basedir}/workflow/engine/src">
|
||||
<include name="*.php" />
|
||||
<modified />
|
||||
</fileset>
|
||||
|
||||
</apply>
|
||||
@@ -87,7 +87,7 @@
|
||||
<arg value="xml" />
|
||||
<arg value="codesize" /> <!-- ${basedir}/build/phpmd.xml" /> !-->
|
||||
<arg value="--reportfile" />
|
||||
<arg value="${basedir}/build/logs/pmd.xml" />
|
||||
<arg value="${basedir}/build/logs/phpmd.xml" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ Feature: Testing Oauth
|
||||
Given that I have a valid access_token
|
||||
And I request "projects"
|
||||
Then the response status code should be 200
|
||||
And the response time should at least be 100 milliseconds
|
||||
And the response charset is "UTF-8"
|
||||
And the content type is "application/json"
|
||||
And the type is "array"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user