<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="../../phpunit.xsd"
         verbose="false"
         colors="false">
    <testsuites>
        <testsuite name="basic">
            <directory suffix="Test.php">unit</directory>
            <directory suffix=".phpt">integration</directory>
        </testsuite>
    </testsuites>

    <php>
        <const name="PHPUNIT_TESTSUITE_BASIC" value="true"/>
    </php>
</phpunit>
