From ef610fee873c6e5395917e42886396d34eaeae62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Fri, 12 Aug 2022 20:01:38 +0200 Subject: [PATCH] Restore blogdescription to fix test (#75) --- composer.json | 1 + features/server.feature | 1 + 2 files changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 8c3470e..d6f8901 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "wp-cli/wp-cli": "^2.5" }, "require-dev": { + "wp-cli/entity-command": "^2", "wp-cli/wp-cli-tests": "^3.1" }, "config": { diff --git a/features/server.feature b/features/server.feature index 0a01006..0c4bad4 100644 --- a/features/server.feature +++ b/features/server.feature @@ -4,6 +4,7 @@ Feature: Serve WordPress locally Scenario: Vanilla install Given a WP install And I launch in the background `wp server --host=localhost --port=8181` + And I run `wp option set blogdescription 'Just another WordPress site'` When I run `curl -sS localhost:8181` Then STDOUT should contain: