We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090f106 commit 55280a2Copy full SHA for 55280a2
2 files changed
features/core-download.feature
@@ -386,6 +386,10 @@ Feature: Download WordPress
386
"""
387
And the return code should be 1
388
389
+ @skip-windows
390
+ Scenario: Fail if path can't be created (root-level-directory)
391
+ Given an empty directory
392
+
393
When I try `wp core download --path=/root-level-directory`
394
Then STDERR should contain:
395
features/core.feature
@@ -301,6 +301,7 @@ Feature: Manage WordPress installation
301
http://localhost:8001
302
303
304
305
Scenario: Test output in a multisite install with custom base path
306
Given a WP install
307
0 commit comments