<?xml version="1.0"?>
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite>
			<directory suffix="Test.php">./tests/</directory>
		</testsuite>
	</testsuites>
  <filter>
    <whitelist>
			<directory suffix=".php">./lib</directory>
		</whitelist>
  </filter>
</phpunit>
