update to phpunit 7.5

This commit is contained in:
DE TROOSTEMBERGH Antoine 2019-12-14 22:23:57 +01:00
parent 6d501332f3
commit 087628de5f
2 changed files with 4 additions and 2 deletions

View File

@ -66,7 +66,7 @@
"require-dev": {
"ext-zip": "*",
"ext-gd": "*",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.0",
"friendsofphp/php-cs-fixer": "^2.14",
"phpmd/phpmd": "2.*",

View File

@ -1,4 +1,6 @@
<phpunit backupGlobals="false"
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./tests/bootstrap.php"
colors="true"