Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/public_html/wp-content/plugins/mycryptocheckout/vendor/bitwasp/buffertools/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <project name="buffertools/package" default="build"> <target name="build" depends="lint,phpunit,phpcs" /> <target name="lint" description="Check the syntax of PHP files"> <mkdir dir="${project.basedir}/build/cache" /> <phplint cachefile="${project.basedir}/build/cache/phplint.cache"> <fileset dir="${project.basedir}/src"> <include name="**/*.php"/> </fileset> </phplint> </target> <target name="phpunit"> <delete dir="${project.basedir}/build/docs/code-coverage" /> <mkdir dir="${project.basedir}/build/docs/code-coverage" /> <exec executable="${project.basedir}/vendor/bin/phpunit" passthru="true"> <arg value="-c" /> <arg path="${project.basedir}" /> <arg value="--debug" /> </exec> </target> <target name="phpcs"> <exec command="${project.basedir}/vendor/bin/phpcbf ./src --standard=PSR1,PSR2 -n" passthru="true"> </exec> </target> <target name="build:docs" description="Build user documentation"> <exec executable="make" passthru="true" dir="${project.basedir}/docs"> <arg value="html" /> </exec> </target> </project>