<?xml version="1.0" encoding="UTF-8"?>
<phpunit
        backupGlobals               = "false"
        backupStaticAttributes      = "false"
        colors                      = "true"
        convertErrorsToExceptions   = "true"
        convertNoticesToExceptions  = "true"
        convertWarningsToExceptions = "true"
        processIsolation            = "false"
        stopOnFailure               = "false"
        syntaxCheck                 = "false"
        bootstrap                   = "bootstrap.php"
        >

    <testsuites>
        <testsuite name="Seagull Core Test Suite">
            <directory>../lib/SGL/tests</directory>
        </testsuite>
    </testsuites>

</phpunit>


<!--<phpunit backupGlobals="true"-->
         <!--backupStaticAttributes="false"-->
         <!--&lt;!&ndash;bootstrap="/path/to/bootstrap.php"&ndash;&gt;-->
         <!--cacheTokens="false"-->
         <!--colors="false"-->
         <!--convertErrorsToExceptions="true"-->
         <!--convertNoticesToExceptions="true"-->
         <!--convertWarningsToExceptions="true"-->
         <!--forceCoversAnnotation="false"-->
         <!--mapTestClassNameToCoveredClassName="false"-->
         <!--printerClass="PHPUnit_TextUI_ResultPrinter"-->
         <!--&lt;!&ndash;printerFile="/path/to/ResultPrinter.php"&ndash;&gt;-->
         <!--processIsolation="false"-->
         <!--stopOnError="false"-->
         <!--stopOnFailure="false"-->
         <!--stopOnIncomplete="false"-->
         <!--stopOnSkipped="false"-->
         <!--testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"-->
         <!--&lt;!&ndash;testSuiteLoaderFile="/path/to/StandardTestSuiteLoader.php"&ndash;&gt;-->
         <!--timeoutForSmallTests="1"-->
         <!--timeoutForMediumTests="10"-->
         <!--timeoutForLargeTests="60"-->
         <!--strict="false"-->
         <!--verbose="false">-->
  <!--&lt;!&ndash; ... &ndash;&gt;-->
<!--</phpunit>-->
