Mercurial > hg > isophonics-drupal-site
comparison vendor/sebastian/diff/phpunit.xml @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
3 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.0/phpunit.xsd" | |
4 bootstrap="vendor/autoload.php" | |
5 forceCoversAnnotation="true" | |
6 beStrictAboutCoversAnnotation="true" | |
7 beStrictAboutOutputDuringTests="true" | |
8 beStrictAboutTodoAnnotatedTests="true" | |
9 verbose="true"> | |
10 <testsuite> | |
11 <directory suffix="Test.php">tests</directory> | |
12 </testsuite> | |
13 | |
14 <filter> | |
15 <whitelist processUncoveredFilesFromWhitelist="true"> | |
16 <directory suffix=".php">src</directory> | |
17 </whitelist> | |
18 </filter> | |
19 </phpunit> |