comparison vendor/egulias/email-validator/phpunit.xml.dist @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
7 convertNoticesToExceptions="true" 7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true" 8 convertWarningsToExceptions="true"
9 processIsolation="false" 9 processIsolation="false"
10 stopOnFailure="false" 10 stopOnFailure="false"
11 syntaxCheck="false" 11 syntaxCheck="false"
12 bootstrap="tests/bootstrap.php" 12 bootstrap="vendor/autoload.php"
13 > 13 >
14 <testsuites> 14 <testsuites>
15 <testsuite name="EmailValidator Test Suite"> 15 <testsuite name="EmailValidator Test Suite">
16 <directory>./tests/egulias/Tests/</directory> 16 <directory>./Tests/EmailValidator</directory>
17 <exclude>./vendor/</exclude> 17 <exclude>./vendor/</exclude>
18 </testsuite> 18 </testsuite>
19 </testsuites> 19 </testsuites>
20 20
21 <filter> 21 <filter>