From 69e1f819197c1b0f717c52f5e838ad3becb06c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 09:33:00 +0200 Subject: [PATCH] test --- bin/install-wp-tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index c6f53dc..79b3491 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -176,6 +176,13 @@ install_db() { fi } + +install_wp_plugins() { + download https://downloads.wordpress.org/plugin/activitypub.3.2.5.zip $TMPDIR/activitypub.zip + unzip $TMPDIR/activitypub.zip -d $WP_CORE_DIR/wp-content/plugins/ +} + install_wp +install_wp_plugins install_test_suite install_db