Skip to content

Commit c47c542

Browse files
authored
Merge pull request #94 from wp-cli/fix-blogmeta-table-test-failures
Fix test failure due to introduction of `wp_blogmeta` table
2 parents 6f487a0 + 09f9059 commit c47c542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/db-tables.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Feature: List database tables
4343
Then STDOUT should contain:
4444
"""
4545
wp_blog_versions
46+
"""
47+
# Leave out wp_blogmeta for old WP compat.
48+
And STDOUT should contain:
49+
"""
4650
wp_blogs
4751
wp_commentmeta
4852
wp_comments

0 commit comments

Comments
 (0)