PHP Classes

File: build.properties

Recommend this page to a friend!
  Classes of Martin Pircher   Skylable SX PHP Client   build.properties   Download  
File: build.properties
Role: Auxiliary data
Content type: text/plain
Description: phing build
Class: Skylable SX PHP Client
Store and retrieve files in Skylable cloud cluster
Author: By
Last change:
Date: 9 years ago
Size: 1,172 bytes
 

Contents

Class file image Download
dir.vendor=${project.basedir}/vendor dir.vendor.bin=${dir.vendor}/bin dir.build=${project.basedir}/build dir.src=${project.basedir}/src dir.test=${project.basedir}/tests php.bin=php php.args= php.exec=${php.bin} ${php.args} composer.exec=composer phplint.exec=${php.exec} ${dir.vendor.bin}/phplint phpcs.exec=${php.exec} ${dir.vendor.bin}/phpcs phpcs.output=${dir.build}/php-cs phpcs.output.report.dir=${phpcs.output} phpcs.output.report.file=${phpcs.output.report.dir}/php-cs.txt phpcs.args=--report-file=${phpcs.output.report.file} --report=full --standard=PSR2 --extensions=php --ignore=.git/,build/,vendor/ ${dir.src} phpunit.exec=TMPDIR=${dir.build}/tmp TEST=true ${php.exec} ${dir.vendor.bin}/phpunit phpunit.output=${dir.build}/php-unit phpunit.output.html.dir=${phpunit.output}/html phpunit.output.xml.dir=${phpunit.output} phpunit.output.xml.file=${phpunit.output.xml.dir}/php-unit.xml phpunit.args=${php.args} --repeat 1 --stop-on-error --stop-on-failure --stop-on-incomplete --process-isolation --bootstrap ${dir.test}/bootstrap.php --configuration ${dir.test}/phpunit.xml --log-junit ${phpunit.output.xml.file} --coverage-html ${phpunit.output.html.dir}