modifying the build.xml for behat

This commit is contained in:
Fernando Ontiveros
2013-12-19 11:06:25 -04:00
parent 23a23d4f03
commit 7b9d8c570b
3 changed files with 41 additions and 66 deletions

View File

@@ -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>

View File

@@ -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