PHP Classes

File: tests/phpunit-codecoverage.xml

Recommend this page to a friend!
  Classes of Giovanni Ramos   PDO4You   tests/phpunit-codecoverage.xml   Download  
File: tests/phpunit-codecoverage.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PDO4You
Access SQL databases using the PDO extension
Author: By
Last change: Update of tests/phpunit-codecoverage.xml
Date: 5 months ago
Size: 1,559 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="../src/bootstrap.php" backupGlobals="false" backupStaticAttributes="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" strict="true" colors="true" verbose="true"> <testsuites> <testsuite name="PDO4You Test Suite"> <directory suffix="Test.php">../tests/PDO4You/</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src/PDO4You/</directory> <exclude> <file>../src/bootstrap.php</file> <file>../src/PDO4You/PDO4You.config.php</file> <file>../src/PDO4You/PDO4You.settings.ini</file> </exclude> </whitelist> </filter> <php> <server name="SERVER_ADDR" value="127.0.0.1"/> </php> <logging> <log type="coverage-html" target="../_reports/coverage" title="PDO4You PHP Project" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70"/> <log type="coverage-clover" target="../_reports/logs/clover.xml"/> <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/> <log type="junit" target="../_reports/logs/junit.xml" logIncompleteSkipped="false"/> </logging> </phpunit>