Mercurial > hg > isophonics-drupal-site
comparison vendor/nikic/php-parser/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 | 5fb285c0d0e3 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <phpunit backupGlobals="false" | 3 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 backupStaticAttributes="false" | 4 xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" |
5 colors="false" | 5 backupGlobals="false" |
6 convertErrorsToExceptions="true" | 6 colors="true" |
7 convertNoticesToExceptions="true" | |
8 convertWarningsToExceptions="true" | |
9 processIsolation="false" | |
10 stopOnFailure="false" | |
11 syntaxCheck="false" | |
12 beStrictAboutTestsThatDoNotTestAnything="false" | 7 beStrictAboutTestsThatDoNotTestAnything="false" |
13 bootstrap="./test/bootstrap.php"> | 8 bootstrap="./test/bootstrap.php"> |
14 <testsuites> | 9 <testsuites> |
15 <testsuite name="PHPParser Test Suite"> | 10 <testsuite name="PHPParser Test Suite"> |
16 <directory>./test/</directory> | 11 <directory>./test/</directory> |