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: