<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false">
	<testsuites>
		<testsuite name="Authentication Server">
			<directory suffix="test.php">../tests/authentication</directory>
		</testsuite>
		<testsuite name="Resource Server">
			<directory suffix="test.php">../tests/resource</directory>
		</testsuite>
	</testsuites>
	<filter>
		<blacklist>
			<directory suffix=".php">PEAR_INSTALL_DIR</directory>
			<directory suffix=".php">PHP_LIBDIR</directory>
			<directory suffix=".php">../vendor/composer</directory>
		</blacklist>
	</filter>
	<logging>
		<log type="coverage-html" target="coverage" title="lncd/OAuth" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70"/>
		<log type="coverage-clover" target="logs/clover.xml"/>
		<log type="junit" target="logs/junit.xml" logIncompleteSkipped="false"/>
	</logging>
</phpunit>