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

<phpunit colors="true" bootstrap="packages/plugin/tests/_bootstrap.php">
    <testsuites>
        <testsuite name="Unit Tests">
            <directory>packages/plugin/tests</directory>
        </testsuite>
    </testsuites>

    <php>
        <env name="APP_ENV" value="test"/>
    </php>
</phpunit>
