Skip to content

Commit b12f889

Browse files
committed
Fix broken tag
1 parent b0243dc commit b12f889

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

features/db-columns.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
Feature: Display information about a given table.
22

3-
@require-wp-4.2
3+
# This requires conditional tags to target different DB versions, as bigint(20) is only bigint on MySQL 8.
4+
@require-wp-4.2 @broken
45
Scenario: Display information about the wp_posts table
56
Given a WP install
67

7-
@broken
8-
# This requires conditional tags to target different DB versions, as bigint(20) is only bigint on MySQL 8.
98
When I run `wp db columns wp_posts --format=table`
109
Then STDOUT should be a table containing rows:
1110
| Field | Type | Null | Key | Default | Extra |

0 commit comments

Comments
 (0)