PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Michal Kowalik   majkel PHP dbase class   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: majkel PHP dbase class
Create and manipulate databases in DBF format
Author: By
Last change: Update of phpunit.xml
Date: 1 year ago
Size: 1,186 bytes
 

Contents

Class file image Download
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd" bootstrap="bootstrap.php" backupGlobals="false" backupStaticAttributes="false" cacheTokens="false" colors="true" beStrictAboutTestsThatDoNotTestAnything="true" checkForUnintentionallyCoveredCode="false" beStrictAboutOutputDuringTests="true" beStrictAboutTestSize="true" verbose="true"> <testsuites> <testsuite name="Unit"> <directory>tests/unit</directory> </testsuite> <testsuite name="Integration"> <directory>tests/integration</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src/</directory> </whitelist> </filter> <logging> <!--<log type="coverage-text" target="php://stdout"/>--> <log type="coverage-html" target="tests/report/html" charset="UTF-8" highlight="false" lowUpperBound="35" highLowerBound="70"/> </logging> </phpunit>