We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
php_unit_data_provider_name
1 parent 43c8673 commit 50801b8Copy full SHA for 50801b8
src/CodeIgniter4.php
@@ -349,7 +349,10 @@ public function __construct()
349
'assertNotSame',
350
],
351
352
- 'php_unit_data_provider_name' => false,
+ 'php_unit_data_provider_name' => [
353
+ 'prefix' => 'provide',
354
+ 'suffix' => '',
355
+ ],
356
'php_unit_data_provider_return_type' => true,
357
'php_unit_data_provider_static' => false,
358
'php_unit_dedicate_assert' => ['target' => 'newest'],
0 commit comments