Skip to content

Commit 7a129ef

Browse files
committed
Add keep_annotations option for php_unit_attributes
1 parent a523fd0 commit 7a129ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/CodeIgniter4.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,10 @@ public function __construct()
373373
'sort_algorithm' => 'alpha',
374374
'case_sensitive' => false,
375375
],
376-
'php_unit_attributes' => true,
377-
'php_unit_construct' => [
376+
'php_unit_attributes' => [
377+
'keep_annotations' => false,
378+
],
379+
'php_unit_construct' => [
378380
'assertions' => [
379381
'assertSame',
380382
'assertEquals',

0 commit comments

Comments
 (0)