We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c34b2 commit 86630f0Copy full SHA for 86630f0
1 file changed
features/db-columns.feature
@@ -41,7 +41,7 @@ Feature: Display information about a given table.
41
Couldn't find any tables matching: wp_foobar
42
"""
43
44
- Scenario: Display information about non-existing table
+ Scenario: Display information about a non default WordPress table
45
Given a WP install
46
And I run `wp db query "CREATE TABLE not_wp ( id int(11) unsigned NOT NULL AUTO_INCREMENT, awesome_stuff TEXT, PRIMARY KEY (id) );"`
47
0 commit comments