Skip to content

Commit aaa351f

Browse files
Copiloternilambar
andcommitted
Fix port conflict in .wp-env.tests.json by setting explicit testsPort
Co-authored-by: ernilambar <2098823+ernilambar@users.noreply.github.com> Agent-Logs-Url: https://github.com/WordPress/plugin-check/sessions/7767fe7c-e3cd-4ef7-a2d0-c37fbeab9262
1 parent 8913a87 commit aaa351f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.wp-env.tests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"core": null,
44
"plugins": [ "." ],
55
"phpVersion": "7.4",
6-
"port": 8889
6+
"port": 8889,
7+
"testsPort": 8890
78
}

0 commit comments

Comments
 (0)