????

Your IP : 18.222.3.153


Current Path : /Cloudflare-CPanel-6.1.4/vendor/doctrine/instantiator/
Upload File :
Current File : //Cloudflare-CPanel-6.1.4/vendor/doctrine/instantiator/phpunit.xml.dist

<?xml version="1.0"?>
<phpunit
    bootstrap="./vendor/autoload.php"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
    verbose="true"
    stopOnFailure="false"
    processIsolation="false"
    backupGlobals="false"
    syntaxCheck="true"
>
    <testsuite name="Doctrine\Instantiator tests">
        <directory>./tests/DoctrineTest/InstantiatorTest</directory>
    </testsuite>
    <filter>
        <whitelist addUncoveredFilesFromWhitelist="true">
            <directory suffix=".php">./src</directory>
        </whitelist>
    </filter>
</phpunit>