Skip to content

Commit

Permalink
Add php_unit_assert_new_names fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Aug 5, 2024
1 parent 7a129ef commit 597033a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CodeIgniter4.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ public function __construct()
'sort_algorithm' => 'alpha',
'case_sensitive' => false,
],
'php_unit_attributes' => [
'php_unit_assert_new_names' => true,
'php_unit_attributes' => [
'keep_annotations' => false,
],
'php_unit_construct' => [
Expand Down

0 comments on commit 597033a

Please sign in to comment.