view vendor/dflydev/dot-access-data/phpunit.xml.dist @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="tests/bootstrap.php">
    <testsuites>
        <testsuite name="Dot Access Data Test Suite">
            <directory>./tests/Dflydev/DotAccessData</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory>./src/Dflydev/DotAccessData/</directory>
        </whitelist>
    </filter>
</phpunit>