Skip to content

Commit 6476399

Browse files
Cleanup
1 parent 595858f commit 6476399

File tree

5 files changed

+0
-28986
lines changed

5 files changed

+0
-28986
lines changed

.phive/phars.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.25" installed="1.27.1" location="./tools/phpab" copy="true"/>
44
<phar name="php-cs-fixer" version="^3.0" installed="3.11.0" location="./tools/php-cs-fixer" copy="true"/>
5-
<phar name="phpdox" version="^0.12" installed="0.12.0" location="./tools/phpdox" copy="true"/>
6-
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/>
75
<phar name="psalm" version="^4.0" installed="4.27.0" location="./tools/psalm" copy="true"/>
86
<phar name="humbug/php-scoper" version="^0.17.0" installed="0.17.5" location="./tools/php-scoper" copy="true"/>
97
<phar name="composer" version="^2.0.3" installed="2.4.2" location="./tools/composer" copy="true"/>

build.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,6 @@
460460
</exec>
461461
</target>
462462

463-
<target name="generate-project-documentation" depends="-phploc,-checkstyle,-phpunit">
464-
<exec executable="${basedir}/tools/phpdox" dir="${basedir}/build/config" taskname="phpdox"/>
465-
</target>
466-
467463
<target name="update-tools">
468464
<exec executable="phive">
469465
<arg value="--no-progress"/>
@@ -479,33 +475,5 @@
479475
<arg path="${basedir}/src/Framework/Assert/Functions.php"/>
480476
</exec>
481477
</target>
482-
483-
<target name="-phploc" depends="prepare">
484-
<exec executable="${basedir}/tools/phploc" output="/dev/null" taskname="phploc">
485-
<arg value="--count-tests"/>
486-
<arg value="--log-xml"/>
487-
<arg path="${basedir}/build/artifacts/logfiles/phploc.xml"/>
488-
<arg path="${basedir}/src"/>
489-
<arg path="${basedir}/tests"/>
490-
</exec>
491-
</target>
492-
493-
<target name="-checkstyle" depends="prepare">
494-
<exec executable="${basedir}/tools/php-cs-fixer" output="${basedir}/build/artifacts/logfiles/checkstyle.xml" error="/dev/null" taskname="php-cs-fixer">
495-
<arg value="--diff"/>
496-
<arg value="--dry-run"/>
497-
<arg value="fix"/>
498-
<arg value="--format=checkstyle"/>
499-
</exec>
500-
</target>
501-
502-
<target name="-phpunit" depends="setup">
503-
<exec executable="${basedir}/phpunit" taskname="phpunit">
504-
<arg value="--coverage-xml"/>
505-
<arg path="${basedir}/build/artifacts/logfiles/coverage"/>
506-
<arg value="--log-junit"/>
507-
<arg path="${basedir}/build/artifacts/logfiles/junit.xml"/>
508-
</exec>
509-
</target>
510478
</project>
511479

build/config/phpdox.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)