Mercurial > hg > isophonics-drupal-site
view vendor/egulias/email-validator/phpunit.xml.dist @ 15:e200cb7efeb3
Update Drupal core to 8.5.3 via Composer
author | Chris Cannam |
---|---|
date | Thu, 26 Apr 2018 11:26:54 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line source
<?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="tests/bootstrap.php" > <testsuites> <testsuite name="EmailValidator Test Suite"> <directory>./tests/egulias/Tests/</directory> <exclude>./vendor/</exclude> </testsuite> </testsuites> <filter> <blacklist> <directory>./vendor</directory> </blacklist> </filter> </phpunit>