Skip to content

Commit 36a2bb1

Browse files
committed
minor symfony#59397 [PhpUnitBridge] fix tests (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [PhpUnitBridge] fix tests | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- bf6d420 fix tests
2 parents 737316d + bf6d420 commit 36a2bb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@
203203
]
204204
},
205205
"autoload-dev": {
206+
"psr-4": {
207+
"Symfony\\Bridge\\PhpUnit\\": "src/Symfony/Bridge/PhpUnit/"
208+
},
206209
"files": [
207210
"src/Symfony/Component/Clock/Resources/now.php",
208211
"src/Symfony/Component/VarDumper/Resources/functions/dump.php"

0 commit comments

Comments
 (0)