| 1 | | Ok, after doing a little more research, yes I could reproduce this in a single test, but I could not reproduce in a plugin as the reporter suggested, because tests run in a different DB, and there should not be any `active_plugins` in the `wp_options` table by default unless we are doing something very wrong. This plugin thing was misdirecting my attention. |
| | 1 | Ok, after doing a little more research, yes I could reproduce this in a single test, but I could not reproduce in a plugin as the reporter suggested, because I forgot that tests run in a different DB, and there should not be any `active_plugins` in the `wp_options` table by default unless we are doing something very wrong. This plugin thing was misdirecting my attention. |