Description of the need
Currently, when a test is done it deletes all the tables and files for it's prefix. During most tests, only a few tables are modified, which means that most of the table dropping and creating is unnecessary.
Proposed solution
Change the setUp and tearDown functions from the test class to not delete the class prefix, but instead replace the tables that were changed.
GitHub Issue #:
4353
Recent comments
Yes, if you don't have acidfree and gedcom as content types they will be safe to delete.
taxonomyextra table after migration from Drupal 6
@yorkshirepudding Thanks for that bit of information. I checked and this is what was found: There were several json files in the active folder: field.field.taxonomyextra.json...
taxonomyextra table after migration from Drupal 6
To confirm that it is ok to be deleted, I would look in the config folder for any config files with the string taxonomyextra in. If you don't find any, then yet it is probably safe to drop...
taxonomyextra table after migration from Drupal 6