Skip to content

Commit

Permalink
#150 ユニットテスト環境の整備
Browse files Browse the repository at this point in the history
  • Loading branch information
kimoto committed Aug 15, 2014
1 parent a82bd93 commit 59e4d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</delete>
<delete dir="reports" includeemptydirs="true" />
<mkdir dir="reports/coverage" />
<exec dir="${basedir}" executable="phpunit" />
<exec dir="." executable="phpunit" />
</target>
<target name="checkstyle" description="Find coding standard violations using PHP_CodeSniffer creating a log file for the continuous integration server">
<exec executable="phpcs" output="/dev/null">
Expand Down

0 comments on commit 59e4d21

Please sign in to comment.