JDGrimes / wpppb

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

Fail if plugin installation fails #14

Closed JDGrimes closed 6 years ago

JDGrimes commented 7 years ago

When a plugin is requested to be installed, but when we attempt to install it remotely, it cannot be found, we should fail with an error. Currently we just go right on our merry way.