1<?xml version="1.0"?>
2<phpunit verbose="true">
3	<logging>
4		<log type="coverage-html" target="build/coverage" title="Image_Barcode2" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70"/>
5		<log type="coverage-clover" target="build/logs/clover.xml"/>
6		<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false" title="Image_Barcode2"/>
7	</logging>
8	<filter>
9		<blacklist>
10			<directory suffix=".php">/usr/share/php</directory>
11			<directory suffix=".php">tests/unit/</directory>
12		</blacklist>
13	</filter>
14	<testsuites>
15		<testsuite>
16			<directory>tests</directory>
17			<file>*Test.php</file>
18		</testsuite>
19	</testsuites>
20	<php>
21		<includePath>lib/</includePath>
22	</php>
23</phpunit>
24