PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Michal Kowalik   TCPDF Warper   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: phpunit conf
Class: TCPDF Warper
Create PDF documents using TCPDF fluent interface
Author: By
Last change: Update of phpunit.xml
Date: 7 months ago
Size: 1,163 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="tests/bootstrap.php" backupGlobals="true" backupStaticAttributes="true" cacheTokens="false" colors="true" beStrictAboutTestsThatDoNotTestAnything="true" checkForUnintentionallyCoveredCode="false" beStrictAboutOutputDuringTests="true" beStrictAboutTestSize="true" verbose="true"> <testsuites> <testsuite name="Test suite"> <directory>tests</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-clover" target="tests/report/clover.xml"/>--> <!--<log type="coverage-html" target="tests/report/html" charset="UTF-8" highlight="false" lowUpperBound="35" highLowerBound="70"/>--> </logging> </phpunit>