<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="tests/bootstrap.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false">
	<testsuites>
		<testsuite name="Unit">
			<directory suffix="Test.php">./tests/Unit</directory>
		</testsuite>
		<testsuite name="DragonFw">
			<directory suffix="Test.php">./vendor/dragon-public/framework/tests/</directory>
		</testsuite>
	</testsuites>
    <groups>
		<exclude>
			<group>breaks-environment</group>
		</exclude>
	</groups>
</phpunit>
