Skip to content

Commit 9481533

Browse files
NEXT-39381 - highlight phpunit deprecations & warnings
1 parent fbd3553 commit 9481533

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"phpstan/phpstan-deprecation-rules": "1.2.1",
189189
"phpstan/phpstan-phpunit": "1.4.1",
190190
"phpstan/phpstan-symfony": "1.4.12",
191-
"phpunit/phpunit": "^10.5",
191+
"phpunit/phpunit": "^10.5.38",
192192
"predis/predis": "^2.2",
193193
"rector/type-perfect": "1.0.0",
194194
"shopware/dev-tools": "^1.3",

phpunit.xml.dist

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
bootstrap="src/Core/TestBootstrap.php"
55
cacheResult="false"
66
executionOrder="random"
7+
displayDetailsOnPhpunitDeprecations="true"
8+
displayDetailsOnTestsThatTriggerWarnings="true"
79
cacheDirectory=".phpunit.cache">
810
<coverage includeUncoveredFiles="true"/>
911
<source>

src/Core/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"league/flysystem-google-cloud-storage": "^3.10.3",
155155
"nikic/php-parser": "^4.16.0",
156156
"opis/json-schema": "^2.3.0",
157-
"phpunit/phpunit": "^10.5",
157+
"phpunit/phpunit": "^10.5.38",
158158
"smalot/pdfparser": "^2.2.2",
159159
"symfony/browser-kit": "~7.1.1",
160160
"symfony/phpunit-bridge": "~7.1.1",

src/Elasticsearch/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"symfony/messenger": "~7.1.1"
4242
},
4343
"require-dev": {
44-
"phpunit/phpunit": "^10.5"
44+
"phpunit/phpunit": "^10.5.38"
4545
}
4646
}

src/Storefront/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
},
5757
"require-dev": {
5858
"symfony/css-selector": "~7.1.1",
59-
"phpunit/phpunit": "^10.5"
59+
"phpunit/phpunit": "^10.5.38"
6060
}
6161
}

0 commit comments

Comments
 (0)