<?xml version="1.0" encoding="utf-8"?>
<phpunit stopOnFailure="false">
    <testsuite name="com_borealis_authentication test">
		<directory>M:\projects\php\borealis-authentication\test\src\</directory>
	</testsuite>
	<logging>
		<log type="coverage-html" target="M:/projects/php/borealis-authentication/dist/coverage" charset="iso-8859-1" yui="true" highlight="false" lowUpperBound="90" highLowerBound="100"/>
        <log type="coverage-xml"  target="M:/projects/php/borealis-authentication/dist/coverage/clover.xml"/>
        <log type="junit" target="M:/projects/php/borealis-authentication/dist/junit_result.xml" />
	</logging>  
	<filter>
		<blacklist>
		    <directory suffix=".php">M:\projects\php\borealis-authentication\test\src\</directory>
            <directory suffix=".php">M:\projects\php\borealis-foundation\main\src\</directory>
			<directory suffix=".php">M:\projects\php\borealis-test\main\src\</directory>
		</blacklist>
	</filter>
</phpunit>