File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ Feature: Install WP-CLI packages
243243 """
244244 And the {PACKAGE_PATH}composer.json file should not contain:
245245 """
246- "wp-cli/google-sitemap-generator-cli": "dev-master"
246+ "wp-cli/google-sitemap-generator-cli":
247247 """
248248 And the {PACKAGE_PATH}composer.json file should not contain:
249249 """
@@ -1093,7 +1093,7 @@ Feature: Install WP-CLI packages
10931093 Error: Couldn't download package from 'https://github.com/wp-cli/google-sitemap-generator.zip' (HTTP code 404).
10941094 """
10951095
1096- When I run `wp package install https://github.com/wp-cli/google-sitemap-generator-cli/archive/master .zip`
1096+ When I run `wp package install https://github.com/wp-cli/google-sitemap-generator-cli/archive/main .zip`
10971097 Then STDOUT should contain:
10981098 """
10991099 Installing package wp-cli/google-sitemap-generator-cli (dev-
You can’t perform that action at this time.
0 commit comments