view vendor/doctrine/instantiator/phpunit.xml.dist @ 4:8948ab6c87d2

Further theme attempts
author Chris Cannam
date Tue, 05 Dec 2017 15:02:56 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
<?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>