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.
1 parent d47cd9e commit 32f74f1Copy full SHA for 32f74f1
tests/system/View/TableTest.php
@@ -43,7 +43,7 @@ public function testSetCaption()
43
}
44
45
/**
46
- * @depends testPrepArgs
+ * @depends testPrepArgs
47
*/
48
public function testSetHeading()
49
{
@@ -83,7 +83,7 @@ public function testSetFooting()
83
84
85
86
87
88
public function testAddRow()
89
utils/PhpCsFixer/CodeIgniter4.php
@@ -158,6 +158,7 @@ public function __construct()
158
'use_class_const' => true,
159
],
160
'php_unit_set_up_tear_down_visibility' => true,
161
+ 'php_unit_test_annotation' => ['style' => 'prefix'],
162
'phpdoc_align' => true,
163
'phpdoc_indent' => true,
164
'phpdoc_inline_tag_normalizer' => [
0 commit comments