Skip to content

Commit 1d3fc0a

Browse files
committed
Treat PHPUnitBridge only as a PHPUnit extension
1 parent 73ef12c commit 1d3fc0a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"add-lines": [
3+
{
4+
"file": "phpunit.dist.xml",
5+
"content": " <bootstrap class=\"Symfony\\Bridge\\PhpUnit\\SymfonyExtension\">\n <parameter name=\"clock-mock-namespaces\" value=\"App\" />\n <parameter name=\"dns-mock-namespaces\" value=\"App\" />\n </bootstrap>",
6+
"position": "after_target",
7+
"target": "<extensions>",
8+
"warn_if_missing": true
9+
}
10+
],
11+
"conflict": {
12+
"phpunit/phpunit": "<10.0",
13+
"symfony/framework-bundle": "<5.4"
14+
},
15+
"aliases": ["simple-phpunit"]
16+
}

0 commit comments

Comments
 (0)