Skip to content

Commit 32f74f1

Browse files
committed
Convert test annotation to prefix
1 parent d47cd9e commit 32f74f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/system/View/TableTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testSetCaption()
4343
}
4444

4545
/**
46-
* @depends testPrepArgs
46+
* @depends testPrepArgs
4747
*/
4848
public function testSetHeading()
4949
{
@@ -83,7 +83,7 @@ public function testSetFooting()
8383
}
8484

8585
/**
86-
* @depends testPrepArgs
86+
* @depends testPrepArgs
8787
*/
8888
public function testAddRow()
8989
{

utils/PhpCsFixer/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public function __construct()
158158
'use_class_const' => true,
159159
],
160160
'php_unit_set_up_tear_down_visibility' => true,
161+
'php_unit_test_annotation' => ['style' => 'prefix'],
161162
'phpdoc_align' => true,
162163
'phpdoc_indent' => true,
163164
'phpdoc_inline_tag_normalizer' => [

0 commit comments

Comments
 (0)