summaryrefslogtreecommitdiff
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-12-07 09:43:37 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-12-07 09:49:13 +0000
commit7835b258f5999b3bc0fd8fefa20080431784a52d (patch)
treebe6901029afb264855ebf4682114f4709d71e0d2 /phpunit.xml.dist
parent20b58d205b81f55b39ac2fefb69820704007abd5 (diff)
downloadwebtrees-7835b258f5999b3bc0fd8fefa20080431784a52d.tar.gz
webtrees-7835b258f5999b3bc0fd8fefa20080431784a52d.tar.bz2
webtrees-7835b258f5999b3bc0fd8fefa20080431784a52d.zip
Update phpunit.xml
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist17
1 files changed, 5 insertions, 12 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 7d62952c16..965b12ae11 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -1,16 +1,9 @@
<phpunit
- xmlns=""
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
- backupGlobals="false"
- backupStaticAttributes="false"
- bootstrap="vendor/autoload.php"
- colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false"
- stopOnFailure="false"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.4/phpunit.xsd"
+ bootstrap="vendor/autoload.php"
+ colors="true"
+ forceCoversAnnotation="true"
>
<testsuites>
<testsuite name="Application Test Suite">