<phpunit
	bootstrap="tests/includes/bootstrap.php"
        backupGlobals="false"
        colors="true"
        >
    <testsuites>
        <testsuite>
            <directory suffix="Test.php">tests</directory>
						<directory suffix="Test.php">tests/v1</directory>
						<directory suffix="Test.php">tests/v1/controllers</directory>
        </testsuite>
    </testsuites>
	<filter>
	  <whitelist>
        <directory suffix=".php">api</directory>
        <file>thermal-api.php</file>
	  </whitelist>	
	</filter>
</phpunit>