<?xml version="1.0" encoding="UTF-8"?>

<phpunit colors="true">
    <testsuites>
        <testsuite name="Oxymel Test Suite">
			<file>OxymelTest.php</file>
        </testsuite>
    </testsuites>
	<filter>
		<whitelist>
			<file>Oxymel.php</file>
		</whitelist>
	</filter>
</phpunit>
