File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
- <phar name =" composer-normalize" version =" ^2.44.0" installed =" 2.44 .0" location =" ./.phive/composer-normalize" copy =" false" />
4
- <phar name =" php-cs-fixer" version =" ^3.59.3" installed =" 3.64 .0" location =" ./.phive/php-cs-fixer" copy =" false" />
3
+ <phar name =" composer-normalize" version =" ^2.44.0" installed =" 2.45 .0" location =" ./.phive/composer-normalize" copy =" false" />
4
+ <phar name =" php-cs-fixer" version =" ^3.59.3" installed =" 3.66 .0" location =" ./.phive/php-cs-fixer" copy =" false" />
5
5
</phive >
Original file line number Diff line number Diff line change 71
71
'php_unit_mock_short_will_return ' => true ,
72
72
'php_unit_set_up_tear_down_visibility ' => true ,
73
73
'php_unit_test_annotation ' => ['style ' => 'annotation ' ],
74
- 'php_unit_test_case_static_method_calls ' => ['call_type ' => 'self ' ],
74
+ // `'methods' => ['createStub' => 'this']` is required as long as we are not on PHPUnit 10.x yet
75
+ // (where that method was made static).
76
+ 'php_unit_test_case_static_method_calls ' => ['call_type ' => 'self ' , 'methods ' => ['createStub ' => 'this ' ]],
75
77
76
78
// PHPDoc
77
79
'no_blank_lines_after_phpdoc ' => true ,
You can’t perform that action at this time.
0 commit comments