<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/unit/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" verbose="true" > <testsuites> <testsuite> <directory prefix="test-" suffix=".php">./tests/unit</directory> </testsuite> </testsuites> </phpunit>