Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../vendor/guzzle/guzzle
File: build.xml
<?xml version="1.0" encoding="UTF-8"?>
[0] Fix | Delete
<project name="guzzle" default="test">
[1] Fix | Delete
<!-- set local values, like git location -->
[2] Fix | Delete
<property file="phing/build.properties.dist" override="true" />
[3] Fix | Delete
<property file="phing/build.properties" override="true" />
[4] Fix | Delete
[5] Fix | Delete
<property name="dir.output" value="${project.basedir}/build/artifacts" />
[6] Fix | Delete
<property name="dir.imports" value="${project.basedir}/phing/imports" />
[7] Fix | Delete
<property name="dir.bin" value="${project.basedir}/bin" />
[8] Fix | Delete
<property name="repo.dir" value="${project.basedir}" />
[9] Fix | Delete
[10] Fix | Delete
<import file="${dir.imports}/dependencies.xml"/>
[11] Fix | Delete
<import file="${dir.imports}/deploy.xml"/>
[12] Fix | Delete
[13] Fix | Delete
<target name="composer-lint" description="lint-check composer.json only">
[14] Fix | Delete
<composerlint dir="${project.basedir}/src" file="{$project.basedir}/composer.json" />
[15] Fix | Delete
</target>
[16] Fix | Delete
[17] Fix | Delete
<target name="test" description="Run unit tests">
[18] Fix | Delete
<exec passthru="true" command="vendor/bin/phpunit" checkReturn="true" />
[19] Fix | Delete
</target>
[20] Fix | Delete
[21] Fix | Delete
<target name="build-init" description="Initialize local phing properties">
[22] Fix | Delete
<copy file="phing/build.properties.dist" tofile="phing/build.properties" overwrite="false" />
[23] Fix | Delete
</target>
[24] Fix | Delete
[25] Fix | Delete
<target name="clean">
[26] Fix | Delete
<delete dir="${dir.output}"/>
[27] Fix | Delete
<delete dir="${project.basedir}/build/pearwork"/>
[28] Fix | Delete
</target>
[29] Fix | Delete
[30] Fix | Delete
<target name="prepare" depends="clean,build-init">
[31] Fix | Delete
<mkdir dir="${dir.output}"/>
[32] Fix | Delete
<mkdir dir="${dir.output}/logs" />
[33] Fix | Delete
</target>
[34] Fix | Delete
[35] Fix | Delete
<target name="coverage" depends="prepare">
[36] Fix | Delete
<exec passthru="true" command="vendor/bin/phpunit --coverage-html=${dir.output}/coverage" />
[37] Fix | Delete
</target>
[38] Fix | Delete
[39] Fix | Delete
<target name="view-coverage">
[40] Fix | Delete
<exec passthru="true" command="open ${dir.output}/coverage/index.html" />
[41] Fix | Delete
</target>
[42] Fix | Delete
[43] Fix | Delete
</project>
[44] Fix | Delete
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function