Skip to content

Commit ac1cec6

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

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"add-lines": [
3+
{
4+
"file": "phpunit.xml.dist",
5+
"content": " <listener class=\"Symfony\\Bridge\\PhpUnit\\SymfonyTestsListener\" />",
6+
"position": "after_target",
7+
"target": "<extensions>",
8+
"warn_if_missing": false
9+
},
10+
{
11+
"file": "phpunit.dist.xml",
12+
"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>",
13+
"position": "after_target",
14+
"target": "<extensions>",
15+
"warn_if_missing": false
16+
}
17+
],
18+
"conflict": {
19+
"phpunit/phpunit": "<9.6",
20+
"symfony/framework-bundle": "<5.4"
21+
},
22+
"aliases": ["simple-phpunit"]
23+
}

0 commit comments

Comments
 (0)