We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ef12c commit ac1cec6Copy full SHA for ac1cec6
symfony/phpunit-bridge/7.3/manifest.json
@@ -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
14
15
16
+ }
17
+ ],
18
+ "conflict": {
19
+ "phpunit/phpunit": "<9.6",
20
+ "symfony/framework-bundle": "<5.4"
21
22
+ "aliases": ["simple-phpunit"]
23
+}
0 commit comments