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 d78cdcd commit 2c03afbCopy full SHA for 2c03afb
scripts/setup-test-site.sh
@@ -71,9 +71,7 @@ wp import /tmp/testdata.xml --authors=create
71
wp plugin deactivate wordpress-importer
72
wp plugin delete wordpress-importer
73
74
-curl -sSL https://downloads.wordpress.org/plugin/gutenberg.21.7.0.zip -o /tmp/gutenberg.zip
75
-unzip -q /tmp/gutenberg.zip -d wp-content/plugins/
76
-wp plugin activate gutenberg
+wp plugin install gutenberg --activate
77
78
# Install custom must-use plugins for integration tests
79
mkdir -p wp-content/mu-plugins
0 commit comments