PHP Classes

File: Tests/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Bhaktaraz Bhatta   PHP RSS Generator   Tests/phpunit.xml.dist   Download  
File: Tests/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RSS Generator
Generate a RSS feed with a fluent interface
Author: By
Last change:
Date: 7 years ago
Size: 1,086 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="Bootstrap.php" processIsolation="false" verbose="true" strict="false" colors="true"> <testsuites> <testsuite name="PHPUnit"> <directory>Bhaktaraz</directory> </testsuite> </testsuites> <logging> <log type="coverage-html" target="Coverage" charset="UTF-8" yui="true" highlight="false" lowUpperBound="35" highLowerBound="70" /> <!-- <log type="coverage-text" target="php://stdout" lowUpperBound="35" highLowerBound="70" /> --> </logging> <filter> <whitelist> <directory suffix=".php">../Source</directory> <!-- <file>/path/to/file</file> --> <exclude> <file>../Public/index.php</file> <directory suffix="Interface.php">../Source</directory> </exclude> </whitelist> <blacklist> <directory suffix=".php" group="PHPUNIT">../Vendor</directory> </blacklist> </filter> <listeners> <listener class="\Mockery\Adapter\Phpunit\TestListener" file="Vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" /> </listeners> </phpunit>