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.
1 parent 11023cc commit 36613e6Copy full SHA for 36613e6
utils/PhpCsFixer/CodeIgniter4.php
@@ -158,14 +158,16 @@ public function __construct()
158
'use_class_const' => true,
159
],
160
'php_unit_set_up_tear_down_visibility' => true,
161
+ 'php_unit_size_class' => false,
162
'php_unit_test_annotation' => ['style' => 'prefix'],
163
'php_unit_test_case_static_method_calls' => [
164
'call_type' => 'this',
165
'methods' => [],
166
- 'phpdoc_align' => true,
167
- 'phpdoc_indent' => true,
168
- 'phpdoc_inline_tag_normalizer' => [
+ 'php_unit_test_class_requires_covers' => false,
+ 'phpdoc_align' => true,
169
+ 'phpdoc_indent' => true,
170
+ 'phpdoc_inline_tag_normalizer' => [
171
'tags' => [
172
'example',
173
'id',
0 commit comments