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