File: legacy/php-build/vendor/devize/closure-compiler/phpunit.xml

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   legacy/php-build/vendor/devize/closure-compiler/phpunit.xml   Download  
File: legacy/php-build/vendor/devize/closure-compiler/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 6 months ago
Size: 658 bytes
 

Contents

Class file image Download
<phpunit colors="true"> <testsuites> <testsuite name="ClosureCompiler"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-html" target="tests/coverage" charset="UTF-8" highlight="true" lowUpperBound="35" highLowerBound="70"/> </logging> <filter> <whitelist addUncoveredFilesFromWhitelist="false"> <directory suffix=".php">./</directory> <exclude> <directory suffix=".php">tests</directory> <directory suffix=".php">vendor</directory> </exclude> </whitelist> </filter> </phpunit>