Skip to content

Commit 597033a

Browse files
committed
Add php_unit_assert_new_names fixer
1 parent 7a129ef commit 597033a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CodeIgniter4.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ public function __construct()
373373
'sort_algorithm' => 'alpha',
374374
'case_sensitive' => false,
375375
],
376-
'php_unit_attributes' => [
376+
'php_unit_assert_new_names' => true,
377+
'php_unit_attributes' => [
377378
'keep_annotations' => false,
378379
],
379380
'php_unit_construct' => [

0 commit comments

Comments
 (0)