File tree Expand file tree Collapse file tree 5 files changed +0
-28986
lines changed Expand file tree Collapse file tree 5 files changed +0
-28986
lines changed Original file line number Diff line number Diff line change 2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<phar name =" phpab" version =" ^1.25" installed =" 1.27.1" location =" ./tools/phpab" copy =" true" />
4
4
<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" />
7
5
<phar name =" psalm" version =" ^4.0" installed =" 4.27.0" location =" ./tools/psalm" copy =" true" />
8
6
<phar name =" humbug/php-scoper" version =" ^0.17.0" installed =" 0.17.5" location =" ./tools/php-scoper" copy =" true" />
9
7
<phar name =" composer" version =" ^2.0.3" installed =" 2.4.2" location =" ./tools/composer" copy =" true" />
Original file line number Diff line number Diff line change 460
460
</exec >
461
461
</target >
462
462
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
-
467
463
<target name =" update-tools" >
468
464
<exec executable =" phive" >
469
465
<arg value =" --no-progress" />
479
475
<arg path =" ${ basedir } /src/Framework/Assert/Functions.php" />
480
476
</exec >
481
477
</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 >
510
478
</project >
511
479
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments