Bump PHPUnit version to 10.1
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
367806a660
commit
1a549b9573
@ -104,7 +104,7 @@
|
||||
"phpstan/phpstan-phpunit": "^1.3",
|
||||
"phpstan/phpstan-strict-rules": "^1.5",
|
||||
"phpstan/phpstan-webmozart-assert": "^1.2",
|
||||
"phpunit/phpunit": "^10.0",
|
||||
"phpunit/phpunit": "^10.1",
|
||||
"pragmarx/google2fa-qrcode": "^3.0",
|
||||
"psalm/plugin-phpunit": "^0.18.4",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
|
||||
bootstrap="test/bootstrap-dist.php"
|
||||
cacheDirectory="build/.phpunit.cache"
|
||||
executionOrder="random"
|
||||
@ -18,7 +18,7 @@
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
colors="true"
|
||||
>
|
||||
<coverage>
|
||||
<source>
|
||||
<include>
|
||||
<directory suffix=".php">.</directory>
|
||||
</include>
|
||||
@ -30,6 +30,8 @@
|
||||
<directory>tmp</directory>
|
||||
<directory>vendor</directory>
|
||||
</exclude>
|
||||
</source>
|
||||
<coverage>
|
||||
<report>
|
||||
<clover outputFile="build/logs/clover.xml"/>
|
||||
<xml outputDirectory="build/logs/coverage-xml"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user