Minor - Fixed typo in build.xml

skala
Yannick Warnier 12 years ago
parent e5bbff1367
commit cfbe69a6d8
  1. 5
      tests/build.xml

@ -23,13 +23,16 @@
<target name="lint" description="Perform syntax check of sourcecode files">
<apply executable="php" failonerror="true">
<arg value="-1" />
<arg value="-l" />
<fileset dir="${basedir}/main">
<include name="**/*.php"/>
</fileset>
<fileset dir="${basedir}/tests">
<include name="**/*.php"/>
</fileset>
</apply>
</target>

Loading…
Cancel
Save