We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bcc8e commit 428719dCopy full SHA for 428719d
.wp-env.json
@@ -1,21 +1,7 @@
1
{
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
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"
+ "env": {
+ "tests": {
+ "mysqlPort": 33306
+ }
21
}
0 commit comments