We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074c85d commit 4e6e67aCopy full SHA for 4e6e67a
composer.json
@@ -27,7 +27,7 @@
27
"ext-dom": "*"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "^8.4",
+ "phpunit/phpunit": "^8.5",
31
"squizlabs/php_codesniffer": "^3.0",
32
"friendsofphp/php-cs-fixer": "^2.4",
33
"phpstan/phpstan": "^0.12"
phpunit.xml.dist
@@ -1,5 +1,5 @@
1
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.4/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
3
bootstrap="./tests/bootstrap.php" colors="true" verbose="true" cacheResultFile="build/phpunit.result.cache">
4
<testsuites>
5
<testsuite name="Default">
0 commit comments