We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df22f3 commit 09f9227Copy full SHA for 09f9227
features/aliases.feature
@@ -648,9 +648,9 @@ Feature: Create shortcuts to specific WordPress installs
648
649
When I run `wp cli alias add hello --set-path=/path/to/wordpress`
650
Then STDOUT should be:
651
- """
652
- Success: Added '@hello' alias.
653
+ """
+ Success: Added '@hello' alias.
654
655
When I run `wp eval --skip-wordpress 'echo realpath( getenv( "RUN_DIR" ) );'`
656
Then save STDOUT as {TEST_DIR}
0 commit comments