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 25756d3 commit bae9e17Copy full SHA for bae9e17
features/db-import.feature
@@ -12,6 +12,15 @@ Feature: Import a WordPress database
12
Success: Imported from 'wp_cli_test.sql'.
13
"""
14
15
+ Scenario: Import from STDIN
16
+ Given a WP install
17
+
18
+ When I run `wp db import -`
19
+ Then STDOUT should be:
20
+ """
21
+ Success: Imported from 'STDIN'.
22
23
24
Scenario: Import from database name path by default and skip speed optimization
25
Given a WP install
26
0 commit comments