Skip to content

Commit 9ee4abd

Browse files
committed
PHPUnit classes MUST be used in namespaced version
1 parent 0487495 commit 9ee4abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/PhpCsFixer/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public function __construct()
152152
'php_unit_method_casing' => ['case' => 'camel_case'],
153153
'php_unit_mock' => ['target' => 'newest'],
154154
'php_unit_mock_short_will_return' => true,
155+
'php_unit_namespaced' => true,
155156
'php_unit_no_expectation_annotation' => [
156157
'target' => 'newest',
157158
'use_class_const' => true,

0 commit comments

Comments
 (0)