PHP Classes

File: htdocs/class/libraries/vendor/smottt/wideimage/phpunit.xml

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/class/libraries/vendor/smottt/wideimage/phpunit.xml   Download  
File: htdocs/class/libraries/vendor/smottt/wideimage/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 6 years ago
Size: 930 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated by PHP Project Wizard (PPW) 1.0.2 on Tue Mar 8 23:18:38 CET 2011 --> <phpunit bootstrap="test/test-init.php" backupGlobals="false" backupStaticAttributes="false" strict="true" verbose="true"> <testsuites> <testsuite name="WideImage Tests"> <directory suffix="Test.php">test/tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-html" target="build/coverage" title="WideImage" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70"/> <log type="coverage-clover" target="build/logs/clover.xml"/> <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/> </logging> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">lib</directory> </whitelist> </filter> </phpunit>