Mercurial > hg > isophonics-drupal-site
annotate vendor/sebastian/diff/phpunit.xml @ 13:5fb285c0d0e3
Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've
been lucky to get away with this so far, as we don't support self-registration
which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5
was vulnerable to.
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:33:26 +0100 |
parents | 7a779792577d |
children | 1fec387a4317 |
rev | line source |
---|---|
Chris@12 | 1 <?xml version="1.0" encoding="UTF-8"?> |
Chris@12 | 2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Chris@12 | 3 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.0/phpunit.xsd" |
Chris@12 | 4 bootstrap="vendor/autoload.php" |
Chris@12 | 5 forceCoversAnnotation="true" |
Chris@12 | 6 beStrictAboutCoversAnnotation="true" |
Chris@12 | 7 beStrictAboutOutputDuringTests="true" |
Chris@12 | 8 beStrictAboutTodoAnnotatedTests="true" |
Chris@12 | 9 verbose="true"> |
Chris@12 | 10 <testsuite> |
Chris@12 | 11 <directory suffix="Test.php">tests</directory> |
Chris@12 | 12 </testsuite> |
Chris@12 | 13 |
Chris@12 | 14 <filter> |
Chris@12 | 15 <whitelist processUncoveredFilesFromWhitelist="true"> |
Chris@12 | 16 <directory suffix=".php">src</directory> |
Chris@12 | 17 </whitelist> |
Chris@12 | 18 </filter> |
Chris@12 | 19 </phpunit> |