We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8509501 commit 271b902Copy full SHA for 271b902
features/config-edit.feature
@@ -3,7 +3,7 @@ Feature: Edit a wp-config file
3
Scenario: Edit a wp-config.php file
4
Given a WP install
5
6
- When I try `EDITOR="ex -i NONE -c q!" wp config edit;`
+ When I try `EDITOR="ex -i NONE -c q!" wp config edit`
7
Then STDERR should contain:
8
"""
9
Warning: No changes made to wp-config.php, aborted.
0 commit comments