create-block-theme/.wp-env.json
Vicente Canales 1545d48b45
Add integration tests (#393)
* Add and configure PHPUnit

Co-authored-by: Jason Crist <jcrist@pbking.com>
2024-03-11 12:48:34 -04:00

8 lines
137 B
JSON

{
"core": "WordPress/WordPress",
"plugins": [ "." ],
"config": {
"WP_UPLOAD_MAX_FILESIZE": "128M",
"WP_MEMORY_LIMIT": "256M"
}
}