Mercurial > hg > isophonics-drupal-site
comparison vendor/sebastian/code-unit-reverse-lookup/phpunit.xml @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
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/5.4/phpunit.xsd" | |
4 bootstrap="vendor/autoload.php" | |
5 backupGlobals="false" | |
6 backupStaticAttributes="false" | |
7 beStrictAboutCoversAnnotation="true" | |
8 beStrictAboutOutputDuringTests="true" | |
9 beStrictAboutTestsThatDoNotTestAnything="true" | |
10 beStrictAboutTodoAnnotatedTests="true" | |
11 verbose="true"> | |
12 <testsuite> | |
13 <directory suffix="Test.php">tests</directory> | |
14 </testsuite> | |
15 | |
16 <filter> | |
17 <whitelist processUncoveredFilesFromWhitelist="true"> | |
18 <directory suffix=".php">src</directory> | |
19 </whitelist> | |
20 </filter> | |
21 </phpunit> |