You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now functional and acceptance tests require an outside database dump to import. That dump has to be kept up to date with WP versions or else tests will fail (WP will scream that it needs a db update)
Either hard code a db update or, better yet, install WP on startup and create a dump that can be used by the tests
The text was updated successfully, but these errors were encountered:
Right now functional and acceptance tests require an outside database dump to import. That dump has to be kept up to date with WP versions or else tests will fail (WP will scream that it needs a db update)
Either hard code a db update or, better yet, install WP on startup and create a dump that can be used by the tests
The text was updated successfully, but these errors were encountered: