Skip to content

Commit 5dd6c07

Browse files
authored
Added composer autoload and moved jdepend result
1 parent 67096d8 commit 5dd6c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<project name="Phing static code analysis" default="all">
3+
<php expression="include('./vendor/autoload.php')" />
44
<!-- Properties -->
55
<property name="dir.base" value="." />
66
<property name="dir.tests" value="${project.basedir}/tests" />
@@ -127,7 +127,7 @@
127127
</phploc>
128128
<phpdepend>
129129
<fileset refid="sources" />
130-
<logger type="jdepend-xml" outfile="${dir.reports}/jdepend.xml"/>
130+
<logger type="jdepend-xml" outfile="${dir.reports.pdepend}/jdepend.xml"/>
131131
<analyzer type="coderank-mode" value="method"/>
132132
</phpdepend>
133133
</target>

0 commit comments

Comments
 (0)