PHPUnit 10.5 (#70)

This commit is contained in:
Alexander M. Turek
2024-05-22 22:47:39 +02:00
committed by GitHub
parent 925ec8bc91
commit b680156fa3
3 changed files with 7 additions and 7 deletions

2
.gitignore vendored
View File

@@ -3,4 +3,4 @@
/phpunit.xml
/phpcs.xml
/.phpcs-cache
/.phpunit.result.cache
/.phpunit.cache

View File

@@ -43,7 +43,7 @@
"require-dev": {
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.24"
},
"conflict": {

View File

@@ -3,8 +3,8 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
bootstrap="./vendor/autoload.php"
cacheDirectory=".phpunit.cache"
>
<testsuites>
<testsuite name="Doctrine Event Manager Test Suite">
@@ -12,9 +12,9 @@
</testsuite>
</testsuites>
<filter>
<whitelist>
<source>
<include>
<directory>src</directory>
</whitelist>
</filter>
</include>
</source>
</phpunit>