Skip to content

Commit f47efb8

Browse files
committed
Remove underscore
1 parent 7b5a16e commit f47efb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

process/phpcs_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func TestPhpcs_Run(t *testing.T) {
200200
"phpcompatibility": {
201201
"phpcs": "0.0.1-phpcs",
202202
"phpcompatibility": "0.0.1-phpcompatibility",
203-
"phpcompatibility_wp": "0.0.1-phpcompatibility_wp",
203+
"phpcompatibilitywp": "0.0.1-phpcompatibilitywp",
204204
},
205205
"wordpress": {
206206
"phpcs": "0.0.1-phpcs",
@@ -460,7 +460,7 @@ func TestPhpcs_Run(t *testing.T) {
460460
"phpcompatibility": {
461461
"phpcs": "0.0.1-phpcs",
462462
"phpcompatibility": "0.0.1-phpcompatibility",
463-
"phpcompatibility_wp": "0.0.1-phpcompatibility_wp",
463+
"phpcompatibilitywp": "0.0.1-phpcompatibilitywp",
464464
},
465465
},
466466
},

0 commit comments

Comments
 (0)