Skip to content

Commit dc31f0e

Browse files
authored
Fix: Do not configure deprecated php_unit_ordered_covers fixer (#188)
1 parent 6fecc8b commit dc31f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ return $config
9797
'php_unit_mock_short_will_return' => true,
9898
'php_unit_namespaced' => true,
9999
'php_unit_no_expectation_annotation' => true,
100-
'php_unit_ordered_covers' => true,
101100
'php_unit_set_up_tear_down_visibility' => true,
102101
'php_unit_test_case_static_method_calls' => [
103102
'call_type' => 'self',

0 commit comments

Comments
 (0)