<phpunit bootstrap="./application/bootstrap.php" colors="true">
	<testsuite name="EPK">
		<directory>./</directory>
	</testsuite>
	<filter>
		<whitelist>
			<directory suffix=".php">../application/</directory>
			<exclude>
				<file>../application/Bootstrap.php</file>
				<file>../application/controllers/ErrorController.php</file>
				<directory suffix=".phtml">../application/</directory>
			</exclude>
		</whitelist>
		<whitelist>
			<directory suffix=".php">../library/Web</directory>
		</whitelist>
	</filter>

	<logging> 
		<log type="coverage-html" target="../build/coverage" 
			charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70" /> 
		<log type="coverage-clover" target="../build/logs/phpunit.coverage.xml" /> 
		<log type="junit" target="../build/logs/phpunit.xml" logIncompleteSkipped="false" />
	</logging>

	<selenium>
		<browser name="Firefox on Windows" browser="*firefox" host="192.168.31.106" port="4444" timeout="30000" />		
		<browser name="Internet Explorer" browser="*iexploreproxy" host="192.168.31.106" port="4444" timeout="30000" />
		<browser name="Google Chrome on Windows" browser="*chrome" host="192.168.31.106" port="4444" timeout="30000" />
		<browser name="Safari on Windows" browser="*safariproxy" host="192.168.31.106" port="4444" timeout="30000" />			
	</selenium>
</phpunit>