Mercurial > hg > cmmr2012-drupal-site
comparison vendor/nikic/php-parser/phpunit.xml.dist @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
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> |