wp-phpunit / issues

Central issues repository for wp-phpunit
0 stars 0 forks source link

WordPress installation path #8

Closed jakubmikita closed 3 years ago

jakubmikita commented 3 years ago

Hey, thanks for this package!

Is there a way to change the installation path of WordPress? Now it installs into wordpress dir in the root of my project.

PS. Are there any plans to allow for testing on PHP 8?

jakubmikita commented 3 years ago

I found that WP is installed by Roots, so if anyone wants to change it just add to your composer:

"extra": {
    "wordpress-install-dir": "your/project/relative/path"
},