JDGrimes / wpppb

Bootstrap for integration testing WordPress plugins with PHPUnit
MIT License
13 stars 3 forks source link

Don't ask for WP test path after using the wpppb-init #22

Closed ScreamingDev closed 6 years ago

ScreamingDev commented 6 years ago
Please enter the full path to the WordPress tests directory (ex. /path/to/wordpress/tests/phpunit/):

Well, the init script just created this so why is it asking?

JDGrimes commented 6 years ago

It is asking for the path to the tests directory in a WordPress core development checkout, not the current project. It is expecting you to already have a development version of WordPress installed locally. (Like using VVV, for example.)