Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a549b9

Browse files
committed
Bump PHPUnit version to 10.1
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 367806a commit 1a549b9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"phpstan/phpstan-phpunit": "^1.3",
105105
"phpstan/phpstan-strict-rules": "^1.5",
106106
"phpstan/phpstan-webmozart-assert": "^1.2",
107-
"phpunit/phpunit": "^10.0",
107+
"phpunit/phpunit": "^10.1",
108108
"pragmarx/google2fa-qrcode": "^3.0",
109109
"psalm/plugin-phpunit": "^0.18.4",
110110
"roave/security-advisories": "dev-latest",

phpunit.xml.dist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
55
bootstrap="test/bootstrap-dist.php"
66
cacheDirectory="build/.phpunit.cache"
77
executionOrder="random"
@@ -18,7 +18,7 @@
1818
beStrictAboutOutputDuringTests="true"
1919
colors="true"
2020
>
21-
<coverage>
21+
<source>
2222
<include>
2323
<directory suffix=".php">.</directory>
2424
</include>
@@ -30,6 +30,8 @@
3030
<directory>tmp</directory>
3131
<directory>vendor</directory>
3232
</exclude>
33+
</source>
34+
<coverage>
3335
<report>
3436
<clover outputFile="build/logs/clover.xml"/>
3537
<xml outputDirectory="build/logs/coverage-xml"/>

0 commit comments

Comments
 (0)