Commit 18dd9e51 authored by Hermann Mayer's avatar Hermann Mayer

Fixed the exclusion of tests in build.xml for phpmd.

parent a34eda07
......@@ -68,7 +68,7 @@
<target name="phpmd-ci" description="Perform project mess detection using PHPMD creating a log file for the continuous integration server">
<exec executable="phpmd">
<arg line="
${basedir} xml codesize,unusedcode,naming,design --reportfile ${output}/logs/pmd.xml --exclude ./Tests
${basedir} xml codesize,unusedcode,naming,design --reportfile ${output}/logs/pmd.xml --exclude Tests
" />
</exec>
</target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment