We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createStub
1 parent 432f847 commit b8b2badCopy full SHA for b8b2bad
config/php-cs-fixer.php
@@ -71,9 +71,7 @@
71
'php_unit_mock_short_will_return' => true,
72
'php_unit_set_up_tear_down_visibility' => true,
73
'php_unit_test_annotation' => ['style' => 'annotation'],
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']],
+ 'php_unit_test_case_static_method_calls' => ['call_type' => 'self'],
77
78
// PHPDoc
79
'no_blank_lines_after_phpdoc' => true,
0 commit comments