Skip to content

Commit

Permalink
Also check tests for coding standard violations.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 7, 2012
1 parent 96e9081 commit 6561731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -114,6 +114,7 @@
<arg value="--extensions=php" /> <arg value="--extensions=php" />
<arg value="--ignore=Autoload.php" /> <arg value="--ignore=Autoload.php" />
<arg path="${basedir}/PHP" /> <arg path="${basedir}/PHP" />
<arg path="${basedir}/Tests" />
</exec> </exec>
</target> </target>


Expand All @@ -126,6 +127,7 @@
<arg value="--extensions=php" /> <arg value="--extensions=php" />
<arg value="--ignore=Autoload.php" /> <arg value="--ignore=Autoload.php" />
<arg path="${basedir}/PHP" /> <arg path="${basedir}/PHP" />
<arg path="${basedir}/Tests" />
</exec> </exec>
</target> </target>


Expand Down

0 comments on commit 6561731

Please sign in to comment.