JDGrimes / wpppb

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

Database errors when run uninstall tests on multisite #11

Closed JDGrimes closed 7 years ago

JDGrimes commented 7 years ago

See https://github.com/WordPoints/wordpoints/issues/532#issuecomment-251404784:

This is caused by WPPPB removing all tables that aren't in the list of WordPress tables for the current site before it installs the plugins. I suppose it just needs to make provision for multisite there and check for tables that belong to other sites beside the current one.

In other words, it is caused by #4.