Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / nikic / php-parser / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit backupGlobals="false"
4          colors="true"
5          beStrictAboutTestsThatDoNotTestAnything="false"
6          bootstrap="./test/bootstrap.php">
7     <testsuites>
8         <testsuite name="PHPParser Test Suite">
9             <directory>./test/</directory>
10         </testsuite>
11     </testsuites>
12
13     <filter>
14         <whitelist>
15             <directory suffix=".php">./lib/PhpParser/</directory>
16         </whitelist>
17     </filter>
18 </phpunit>