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 ebe667e commit 17979e5Copy full SHA for 17979e5
utils/PhpCsFixer/CodeIgniter4.php
@@ -136,14 +136,16 @@ public function __construct()
136
'php_unit_mock_short_will_return' => true,
137
'php_unit_namespaced' => true,
138
'php_unit_set_up_tear_down_visibility' => true,
139
+ 'php_unit_size_class' => false,
140
'php_unit_test_annotation' => ['style' => 'prefix'],
141
'php_unit_test_case_static_method_calls' => [
142
'call_type' => 'this',
143
'methods' => [],
144
],
- 'phpdoc_align' => true,
145
- 'phpdoc_indent' => true,
146
- 'phpdoc_inline_tag_normalizer' => [
+ 'php_unit_test_class_requires_covers' => false,
+ 'phpdoc_align' => true,
147
+ 'phpdoc_indent' => true,
148
+ 'phpdoc_inline_tag_normalizer' => [
149
'tags' => [
150
'example',
151
'id',
0 commit comments