We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1961dd7 commit 2596dc8Copy full SHA for 2596dc8
build.xml
@@ -19,15 +19,6 @@
19
<arg line="--cache ${basedir}/build/phpab/autoload.cache -o src/autoload.php" />
20
<arg path="src" />
21
</exec>
22
- <exec executable="${basedir}/tools/phpab">
23
- <arg line="--cache ${basedir}/build/phpab/autoload.cache" />
24
- <arg line="-o src/vendor.php" />
25
- <arg line="-b vendor" />
26
- <arg line="-t ${basedir}/build/phpab/vendor.tpl" />
27
- <arg path="vendor/phpunit/php-timer/src" />
28
- <arg path="vendor/nikic/php-parser/lib" />
29
- <arg path="vendor/theseer/*/src" />
30
- </exec>
31
</target>
32
33
<target name="phpunit" description="Run unit tests using PHPUnit and generates junit.xml and clover.xml">
0 commit comments