File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
symfony/phpunit-bridge/7.3 Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments