File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function testSetFCPATH()
39
39
{
40
40
$ result1 = $ this ->readOutput ($ this ->file1 );
41
41
$ correctPath = $ this ->correctFCPATH ();
42
- self :: assertEquals ($ correctPath , $ result1 );
42
+ $ this -> assertEquals ($ correctPath , $ result1 );
43
43
}
44
44
45
45
private function correctFCPATH ()
Original file line number Diff line number Diff line change @@ -137,9 +137,13 @@ public function __construct()
137
137
'php_unit_namespaced ' => true ,
138
138
'php_unit_set_up_tear_down_visibility ' => true ,
139
139
'php_unit_test_annotation ' => ['style ' => 'prefix ' ],
140
- 'phpdoc_align ' => true ,
141
- 'phpdoc_indent ' => true ,
142
- 'phpdoc_inline_tag_normalizer ' => [
140
+ 'php_unit_test_case_static_method_calls ' => [
141
+ 'call_type ' => 'this ' ,
142
+ 'methods ' => [],
143
+ ],
144
+ 'phpdoc_align ' => true ,
145
+ 'phpdoc_indent ' => true ,
146
+ 'phpdoc_inline_tag_normalizer ' => [
143
147
'tags ' => [
144
148
'example ' ,
145
149
'id ' ,
You can’t perform that action at this time.
0 commit comments