<?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="bootstrap/bootstrap.php"
         backupGlobals="false"
         colors="true"
         verbos="true"
         stopOnFailure="false"
>
	<testsuites>
		<testsuite name="Test Suite">
			<directory>tests</directory>
		</testsuite>
	</testsuites>
</phpunit>