<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/src/bootstrap.php"
colors="true" stopOnFailure="false" 

	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true">

<testsuites>
<testsuite name="Hooks"><directory suffix="Test.php">./tests/src/</directory></testsuite>
</testsuites>
</phpunit>