Skip to content

Commit 50801b8

Browse files
committed
Enable php_unit_data_provider_name
1 parent 43c8673 commit 50801b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/CodeIgniter4.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,10 @@ public function __construct()
349349
'assertNotSame',
350350
],
351351
],
352-
'php_unit_data_provider_name' => false,
352+
'php_unit_data_provider_name' => [
353+
'prefix' => 'provide',
354+
'suffix' => '',
355+
],
353356
'php_unit_data_provider_return_type' => true,
354357
'php_unit_data_provider_static' => false,
355358
'php_unit_dedicate_assert' => ['target' => 'newest'],

0 commit comments

Comments
 (0)