Skip to content

Commit b6cb8be

Browse files
committed
4268: Updated symfony/phpunit-bridge
1 parent 0162387 commit b6cb8be

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"psalm/plugin-symfony": "^5.1",
3636
"symfony/browser-kit": "~6.4.0",
3737
"symfony/maker-bundle": "^1.52",
38-
"symfony/phpunit-bridge": "^7.0",
38+
"symfony/phpunit-bridge": "^7.3",
3939
"symfony/stopwatch": "~6.4.0",
4040
"symfony/web-profiler-bundle": "~6.4.0",
4141
"vimeo/psalm": "^5.16",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
</source>
3030

3131
<extensions>
32+
<bootstrap class="Symfony\Bridge\PhpUnit\SymfonyExtension">
33+
<parameter name="clock-mock-namespaces" value="App" />
34+
<parameter name="dns-mock-namespaces" value="App" />
35+
</bootstrap>
3236
</extensions>
3337
</phpunit>

symfony.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,13 @@
126126
}
127127
},
128128
"symfony/phpunit-bridge": {
129-
"version": "7.0",
129+
"version": "7.3",
130130
"recipe": {
131131
"repo": "github.com/symfony/recipes",
132132
"branch": "main",
133-
"version": "6.3",
134-
"ref": "1f5830c331065b6e4c9d5fa2105e322d29fcd573"
135-
},
136-
"files": [
137-
".env.test",
138-
"bin/phpunit",
139-
"phpunit.xml.dist",
140-
"tests/bootstrap.php"
141-
]
133+
"version": "7.3",
134+
"ref": "dc13fec96bd527bd399c3c01f0aab915c67fd544"
135+
}
142136
},
143137
"symfony/routing": {
144138
"version": "6.4",

0 commit comments

Comments
 (0)