We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f52d2 commit 8eeea43Copy full SHA for 8eeea43
features/db-export.feature
@@ -25,8 +25,8 @@ Feature: Export a WordPress database
25
26
When I try `wp db export wp_cli_test.sql --exclude_tables=wp_users --porcelain`
27
Then the wp_cli_test.sql file should exist
28
- And the contents of the wp_cli_test.sql file should not match /CREATE TABLE "?wp_users"?/
29
- And the contents of the wp_cli_test.sql file should match /CREATE TABLE "?wp_options"?/
+ And the contents of the wp_cli_test.sql file should not match /CREATE TABLE ["`]?wp_users["`]?/
+ And the contents of the wp_cli_test.sql file should match /CREATE TABLE ["`]?wp_options["`]?/
30
31
Scenario: Export database to STDOUT
32
Given a WP install
0 commit comments