Skip to content

Commit 428719d

Browse files
update wp-env.json
1 parent 40bcc8e commit 428719d

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

.wp-env.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
{
2-
"config": {
3-
"WP_DEBUG": true,
4-
"WP_DEBUG_LOG": true,
5-
"WP_DEBUG_DISPLAY": true
6-
},
7-
"port": 8880,
8-
"testsPort": 8881,
9-
"env": {
10-
"tests": {
11-
"config": {
12-
"WP_TESTS_DOMAIN": "localhost:8881",
13-
"WP_TESTS_EMAIL": "[email protected]",
14-
"WP_TESTS_TITLE": "WordPress Tests",
15-
"WP_TESTS_BINARY": "php"
16-
},
17-
"mysqlPort": 33306
18-
}
19-
},
20-
"core": "https://wordpress.org/wordpress-6.1.7.zip"
2+
"env": {
3+
"tests": {
4+
"mysqlPort": 33306
5+
}
6+
}
217
}

0 commit comments

Comments
 (0)