Skip to content

Commit ef9e866

Browse files
committed
Convert test annotation to prefix
1 parent 4fca27d commit ef9e866

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
@@ -40,7 +40,7 @@ public function testSetCaption()
4040
}
4141

4242
/**
43-
* @depends testPrepArgs
43+
* @depends testPrepArgs
4444
*/
4545
public function testSetHeading()
4646
{
@@ -80,7 +80,7 @@ public function testSetFooting()
8080
}
8181

8282
/**
83-
* @depends testPrepArgs
83+
* @depends testPrepArgs
8484
*/
8585
public function testAddRow()
8686
{

utils/PhpCsFixer/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public function __construct()
136136
'php_unit_mock_short_will_return' => true,
137137
'php_unit_namespaced' => true,
138138
'php_unit_set_up_tear_down_visibility' => true,
139+
'php_unit_test_annotation' => ['style' => 'prefix'],
139140
'phpdoc_align' => true,
140141
'phpdoc_indent' => true,
141142
'phpdoc_inline_tag_normalizer' => [

0 commit comments

Comments
 (0)