File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function testSetFCPATH()
41
41
{
42
42
$ result1 = $ this ->readOutput ($ this ->file1 );
43
43
$ correctPath = $ this ->correctFCPATH ();
44
- self :: assertEquals ($ correctPath , $ result1 );
44
+ $ this -> assertEquals ($ correctPath , $ result1 );
45
45
}
46
46
47
47
private function correctFCPATH ()
Original file line number Diff line number Diff line change @@ -157,11 +157,15 @@ public function __construct()
157
157
'target ' => 'newest ' ,
158
158
'use_class_const ' => true ,
159
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 ' => [
160
+ 'php_unit_set_up_tear_down_visibility ' => true ,
161
+ 'php_unit_test_annotation ' => ['style ' => 'prefix ' ],
162
+ 'php_unit_test_case_static_method_calls ' => [
163
+ 'call_type ' => 'this ' ,
164
+ 'methods ' => [],
165
+ ],
166
+ 'phpdoc_align ' => true ,
167
+ 'phpdoc_indent ' => true ,
168
+ 'phpdoc_inline_tag_normalizer ' => [
165
169
'tags ' => [
166
170
'example ' ,
167
171
'id ' ,
You can’t perform that action at this time.
0 commit comments